Launching the editor opens a new custom terminal (#561)

This commit is contained in:
Daelon Suzuka
2024-01-06 16:37:59 -05:00
committed by GitHub
parent c5bbd27b04
commit 4ae31bf99d
2 changed files with 66 additions and 3 deletions

View File

@@ -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"