mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-04 10:09:58 +03:00
Launching the editor opens a new custom terminal (#561)
This commit is contained in:
10
package.json
10
package.json
@@ -233,6 +233,16 @@
|
||||
"default": "godot4",
|
||||
"description": "The absolute path to the Godot 4 editor executable"
|
||||
},
|
||||
"godotTools.editor.verbose": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Whether to launch the Godot Editor with the --verbose flag"
|
||||
},
|
||||
"godotTools.editor.revealTerminal": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Whether to reveal the terminal when launching the Godot Editor"
|
||||
},
|
||||
"godotTools.lsp.serverProtocol": {
|
||||
"type": [
|
||||
"string"
|
||||
|
||||
Reference in New Issue
Block a user