Skip to content

Commit e9b1c93

Browse files
committed
C#: Recommend the C# Dev Kit and C# Format usings plugins.
1 parent bdc5f9c commit e9b1c93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

csharp/.vscode/extensions.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"recommendations": [
3+
"formulahendry.dotnet-test-explorer",
4+
"gaoshan0621.csharp-format-usings",
35
"github.vscode-codeql",
6+
"hbenl.vscode-test-explorer",
47
"ms-dotnettools.csharp",
5-
"formulahendry.dotnet-test-explorer",
6-
"hbenl.vscode-test-explorer"
8+
"ms-dotnettools.csdevkit"
79
],
810
"unwantedRecommendations": []
911
}

0 commit comments

Comments
 (0)