We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce793c3 commit ce9624eCopy full SHA for ce9624e
csharp/.vscode/settings.json
@@ -2,12 +2,10 @@
2
"dotnet-test-explorer.enableTelemetry": false,
3
"dotnet-test-explorer.testProjectPath": "**/*Tests.@(csproj|vbproj|fsproj)",
4
"dotnet-test-explorer.testArguments": "/property:GenerateTargetFrameworkAttribute=false",
5
- "csharp.supressBuildAssetsNotification": true,
6
"csharp.suppressDotnetRestoreNotification": true,
7
"[csharp]": {
8
"editor.defaultFormatter": "ms-dotnettools.csharp"
9
},
10
- "omnisharp.enableMsBuildLoadProjectsOnDemand": true,
11
"omnisharp.enableEditorConfigSupport": true,
12
- "omnisharp.enableRoslynAnalyzers": true,
+ "omnisharp.enableRoslynAnalyzers": true
13
}
0 commit comments