mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
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:
5
csharp/.vscode/settings.json
vendored
5
csharp/.vscode/settings.json
vendored
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user