Skip to content

Commit 386329b

Browse files
committed
Add the env syntax to the configuration descriptions
1 parent e83bb82 commit 386329b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,12 @@
272272
"godotTools.editorPath.godot3": {
273273
"type": "string",
274274
"default": "godot3",
275-
"description": "Path to the Godot 3 editor executable"
275+
"description": "Path to the Godot 3 editor executable. Supports environment variables using '${env:VAR_NAME}'."
276276
},
277277
"godotTools.editorPath.godot4": {
278278
"type": "string",
279279
"default": "godot",
280-
"description": "Path to the Godot 4 editor executable"
280+
"description": "Path to the Godot 4 editor executable. Supports environment variables using '${env:VAR_NAME}'."
281281
},
282282
"godotTools.editor.verbose": {
283283
"type": "boolean",

0 commit comments

Comments
 (0)