mirror of
https://github.com/github/codeql.git
synced 2026-01-07 11:40:27 +01:00
13 lines
569 B
JSON
13 lines
569 B
JSON
{
|
|
"dotnet-test-explorer.enableTelemetry": false,
|
|
"dotnet-test-explorer.testProjectPath": "**/*Tests.@(csproj|vbproj|fsproj)",
|
|
"dotnet-test-explorer.testArguments": "/property:GenerateTargetFrameworkAttribute=false",
|
|
"csharp.supressBuildAssetsNotification": true,
|
|
"csharp.suppressDotnetRestoreNotification": true,
|
|
"[csharp]": {
|
|
"editor.defaultFormatter": "ms-dotnettools.csharp"
|
|
},
|
|
"omnisharp.enableMsBuildLoadProjectsOnDemand": true,
|
|
"omnisharp.enableEditorConfigSupport": true,
|
|
"omnisharp.enableRoslynAnalyzers": true,
|
|
} |