We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc5f9c commit e9b1c93Copy full SHA for e9b1c93
csharp/.vscode/extensions.json
@@ -1,9 +1,11 @@
1
{
2
"recommendations": [
3
+ "formulahendry.dotnet-test-explorer",
4
+ "gaoshan0621.csharp-format-usings",
5
"github.vscode-codeql",
6
+ "hbenl.vscode-test-explorer",
7
"ms-dotnettools.csharp",
- "formulahendry.dotnet-test-explorer",
- "hbenl.vscode-test-explorer"
8
+ "ms-dotnettools.csdevkit"
9
],
10
"unwantedRecommendations": []
11
}
0 commit comments