mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
15 lines
632 B
JSON
15 lines
632 B
JSON
{
|
|
"dotnet-test-explorer.enableTelemetry": false,
|
|
"dotnet-test-explorer.testProjectPath": "**/*Tests.@(csproj|vbproj|fsproj)",
|
|
"dotnet-test-explorer.testArguments": "/property:GenerateTargetFrameworkAttribute=false",
|
|
"csharp.suppressDotnetRestoreNotification": true,
|
|
"[csharp]": {
|
|
"editor.defaultFormatter": "ms-dotnettools.csharp"
|
|
},
|
|
"omnisharp.enableEditorConfigSupport": true,
|
|
"omnisharp.enableRoslynAnalyzers": true,
|
|
"csharpFormatUsings.splitGroups": false,
|
|
"csharpFormatUsings.sortOrder": "Xunit System Microsoft Semmle.Util Semmle",
|
|
"dotnet.defaultSolution": "CSharp.slnx"
|
|
}
|