зеркало из https://github.com/github/codeql.git
11 строки
460 B
JSON
11 строки
460 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
|
|
} |