Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Godot example is incorrect for Godot 4.3 #42

Open
markeel opened this issue Aug 24, 2024 · 1 comment
Open

Godot example is incorrect for Godot 4.3 #42

markeel opened this issue Aug 24, 2024 · 1 comment

Comments

@markeel
Copy link

markeel commented Aug 24, 2024

The description of enabling the Language Server option in the Godot editor is wrong.

Instead it should read

Editor Settings -> Network -> Language Server

Confirm Remote Port is set to the value in the g:ycm_language_server variable for remote_port.

The current default is 6005 (for 4.3), but used to be 6008 for 3.x. To use both versions of godot it may be easier to change the default value to 6008. If you are only using the latest Godot versions then make sure to use 6005 in your YCM definition

See active_status_request_completed for how to set the g:ycm_language_server variable.

@puremourning
Copy link
Member

Thanks. This repo is largely community maintained, so if you'd like to make a PR to fix it 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants