We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83bb82 commit 386329bCopy full SHA for 386329b
package.json
@@ -272,12 +272,12 @@
272
"godotTools.editorPath.godot3": {
273
"type": "string",
274
"default": "godot3",
275
- "description": "Path to the Godot 3 editor executable"
+ "description": "Path to the Godot 3 editor executable. Supports environment variables using '${env:VAR_NAME}'."
276
},
277
"godotTools.editorPath.godot4": {
278
279
"default": "godot",
280
- "description": "Path to the Godot 4 editor executable"
+ "description": "Path to the Godot 4 editor executable. Supports environment variables using '${env:VAR_NAME}'."
281
282
"godotTools.editor.verbose": {
283
"type": "boolean",
0 commit comments