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: vscode-extension/package.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,16 @@
84
84
"verbose"
85
85
],
86
86
"description": "Enables tracing of the underlying LSP requests and responses. This results in highly verbose logs (especially the document sync messages) and is not recommended for use outside development and troubleshooting contexts."
87
+
},
88
+
"gdshader.danger.serverPathOverride": {
89
+
"type": "string",
90
+
"default": "",
91
+
"description": "Intended for debugging only. The path to the GDShader language server executable."
92
+
},
93
+
"gdshader.danger.disableSafetyCheck": {
94
+
"type": "boolean",
95
+
"default": false,
96
+
"description": "Intended for debugging only. Disables the validation of the GDShader language server executable."
0 commit comments