Add godotTools.openEditorSettings command (#802)

Add godotTools.openEditorSettingscommand
This commit is contained in:
David Kincaid
2025-02-27 12:27:27 -05:00
committed by GitHub
parent c5c7aa2ced
commit e528384ea5
4 changed files with 61 additions and 9 deletions

View File

@@ -60,6 +60,11 @@
"command": "godotTools.openEditor",
"title": "Open workspace with Godot editor"
},
{
"category": "Godot Tools",
"command": "godotTools.openEditorSettings",
"title": "Open EditorSettings File"
},
{
"category": "Godot Tools",
"command": "godotTools.startLanguageServer",