mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-04 10:09:58 +03:00
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:
@@ -230,7 +230,7 @@
|
||||
},
|
||||
"godotTools.editorPath.godot4": {
|
||||
"type": "string",
|
||||
"default": "godot4",
|
||||
"default": "godot",
|
||||
"description": "Path to the Godot 4 editor executable"
|
||||
},
|
||||
"godotTools.editor.verbose": {
|
||||
|
||||
Reference in New Issue
Block a user