C#: Recommend the C# Dev Kit and C# Format usings plugins.

This commit is contained in:
Michael Nebel
2023-08-22 11:34:50 +02:00
parent bdc5f9cdea
commit e9b1c933ed

View File

@@ -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": []
}