Skip to content

Commit 8e399d0

Browse files
cartermpKevinRansom
authored andcommitted
Trim vsconfig (dotnet#6789)
sqlclr, liveshare, and Just in time debugging aren't necessary
1 parent 7b810d7 commit 8e399d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.vsconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@
1515
"Microsoft.Net.ComponentGroup.DevelopmentPrerequisites",
1616
"Microsoft.Component.MSBuild",
1717
"Microsoft.VisualStudio.Component.TextTemplating",
18-
"Microsoft.VisualStudio.Component.SQL.CLR",
1918
"Microsoft.VisualStudio.Component.ManagedDesktop.Core",
2019
"Microsoft.Net.Component.4.6.TargetingPack",
21-
"Component.Microsoft.VisualStudio.LiveShare",
2220
"Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites",
23-
"Microsoft.VisualStudio.Component.Debugger.JustInTime",
2421
"Microsoft.VisualStudio.Component.FSharp.Desktop",
2522
"Microsoft.VisualStudio.Workload.ManagedDesktop",
2623
"Microsoft.VisualStudio.Component.VSSDK",
2724
"Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites",
2825
"Microsoft.VisualStudio.Workload.VisualStudioExtension"
2926
]
30-
}
27+
}

0 commit comments

Comments
 (0)