mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-05 14:10:13 +03:00
Add project root configuration settings (#37)
* Add project root configuration settings * Add run scene support for custom godot project directory
This commit is contained in:
committed by
Geequlim
parent
4b3282cf03
commit
ec7e1013aa
@@ -76,6 +76,11 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Show node pathes of of workspace in the code completion"
|
||||
},
|
||||
"GodotTools.godotProjectRoot": {
|
||||
"type": "strng",
|
||||
"default": "",
|
||||
"description": "Relate path to the godot project"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user