Skip to content

Commit 2a2ec8d

Browse files
[Docs] Change default godot-editor port (#2447)
* use default port for LSP suggested by godot-editor https://docs.godotengine.org/en/stable/tutorials/editor/external_editor.html#lsp-dap-support * add comment for older versions of Godot
1 parent f497d74 commit 2a2ec8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/language_servers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Follow installation instructions on [LSP-gopls](https://github.com/sublimelsp/LS
205205
"godot-lsp": {
206206
"enabled": true,
207207
"command": ["/PATH/TO/godot-editor.exe"], // Update the PATH
208-
"tcp_port": 6008,
208+
"tcp_port": 6005, // Older versions of Godot(3.x) use port 6008
209209
"selector": "source.gdscript",
210210
}
211211
}

0 commit comments

Comments
 (0)