mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
C#: Recommend the C# Dev Kit and C# Format usings plugins.
This commit is contained in:
8
csharp/.vscode/extensions.json
vendored
8
csharp/.vscode/extensions.json
vendored
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"github.vscode-codeql",
|
||||
"ms-dotnettools.csharp",
|
||||
"formulahendry.dotnet-test-explorer",
|
||||
"hbenl.vscode-test-explorer"
|
||||
"gaoshan0621.csharp-format-usings",
|
||||
"github.vscode-codeql",
|
||||
"hbenl.vscode-test-explorer",
|
||||
"ms-dotnettools.csharp",
|
||||
"ms-dotnettools.csdevkit"
|
||||
],
|
||||
"unwantedRecommendations": []
|
||||
}
|
||||
Reference in New Issue
Block a user