You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -557,7 +557,7 @@
557
557
"default": true,
558
558
"description": "Specifes whether OmniSharp should use VS Code editor settings for C# code formatting (use of tabs, indentation size)."
559
559
},
560
-
"omnisharp.disableMsBuildDiagnosticWarning": {
560
+
"omnisharp.disableMSBuildDiagnosticWarning": {
561
561
"type": "boolean",
562
562
"default": false,
563
563
"description": "Specifies whether notifications should be shown if OmniSharp encounters warnings or errors loading a project. Note that these warnings/errors are always emitted to the OmniSharp log"
0 commit comments