Skip to content

Commit

Permalink
[Docs] Change default godot-editor port (#2447)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
predragnikolic authored Apr 15, 2024
1 parent f497d74 commit 2a2ec8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/language_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Follow installation instructions on [LSP-gopls](https://github.com/sublimelsp/LS
"godot-lsp": {
"enabled": true,
"command": ["/PATH/TO/godot-editor.exe"], // Update the PATH
"tcp_port": 6008,
"tcp_port": 6005, // Older versions of Godot(3.x) use port 6008
"selector": "source.gdscript",
}
}
Expand Down

0 comments on commit 2a2ec8d

Please sign in to comment.