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
@@ -99,6 +99,11 @@
99
99
"verbose"
100
100
],
101
101
"description": "Specifies the level of logging output from the OmniSharp server."
102
+
},
103
+
"omnisharp.autoStart": {
104
+
"type": "boolean",
105
+
"default": true,
106
+
"description": "Specifies whether the OmniSharp server will be automatically started or not. If false, OmniSharp can be started with the 'Restart OmniSharp' command"
0 commit comments