Fix version check of Godot binary (#592)

* Change default value for godotTools.editorPath.godot4 to "godot"

* Switch godot version check back to using --version
This commit is contained in:
David Kincaid
2024-02-21 14:31:32 -05:00
committed by GitHub
parent b0f7220f41
commit 436ff64d07
2 changed files with 3 additions and 3 deletions

View File

@@ -230,7 +230,7 @@
},
"godotTools.editorPath.godot4": {
"type": "string",
"default": "godot4",
"default": "godot",
"description": "Path to the Godot 4 editor executable"
},
"godotTools.editor.verbose": {