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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -704,6 +704,11 @@
704
704
"default": false,
705
705
"description": "If true, MSBuild project system will only load projects for files that were opened in the editor. This setting is useful for big C# codebases and allows for faster initialization of code navigation features only for projects that are relevant to code that is being edited. With this setting enabled OmniSharp may load fewer projects and may thus display incomplete reference lists for symbols."
706
706
},
707
+
"omnisharp.enableRoslynAnalyzers": {
708
+
"type": "boolean",
709
+
"default": false,
710
+
"description": "Enables support for roslyn analyzers, code fixes and rulesets."
0 commit comments