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
@@ -259,6 +259,11 @@
259
259
"type": "boolean",
260
260
"default": true,
261
261
"description": "Specifies whether the OmniSharp server will be automatically started or not. If false, OmniSharp can be started with the 'Restart OmniSharp' command"
262
+
},
263
+
"omnisharp.projectLoadTimeout": {
264
+
"type": "number",
265
+
"default": 60,
266
+
"description": "The time Visual Studio Code will wait for the OmniSharp server to start. Time is expressed in seconds."
0 commit comments