Updated godot language server args; added save script; small cleanup

This commit is contained in:
2026-03-31 20:53:57 -05:00
parent 38951379a4
commit 9115b93eda
4 changed files with 28 additions and 5 deletions

View File

@@ -8,10 +8,15 @@ exports.servers = [
}, {
endpointName: "gdscript",
args: [
"./Godot_v4.4-stable_linux.x86_64", ["--headless", "--lsp-port", "9999"]
"godot", [
"--editor",
"--headless",
"--lsp-port", "6005",
"--path", "{workspace.path}"
]
],
nameEndsWith: ".gd",
connectionType: "stdio",
connectionType: "ipc",
relativePath: false
}, {