C#: Set the extractor solution file as the default solution for the C# Dev Kit and add config for the Format usings plugin.

This commit is contained in:
Michael Nebel
2023-08-22 11:35:47 +02:00
parent e9b1c933ed
commit 8441b54bd8

View File

@@ -7,5 +7,8 @@
"editor.defaultFormatter": "ms-dotnettools.csharp"
},
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableRoslynAnalyzers": true
"omnisharp.enableRoslynAnalyzers": true,
"csharpFormatUsings.splitGroups": false,
"csharpFormatUsings.sortOrder": "Xunit System Microsoft Semmle.Util Semmle",
"dotnet.defaultSolution": "CSharp.sln"
}