Skip to content

Commit 07542b2

Browse files
add comment for older versions of Godot
1 parent 512291b commit 07542b2

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": 6005,
208+
"tcp_port": 6005, // Older versions of Godot(3.x) use port 6008
209209
"selector": "source.gdscript",
210210
}
211211
}

0 commit comments

Comments
 (0)