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

Suppress "workspace/symbol" not found error #723

Merged

Conversation

DaelonSuzuka
Copy link
Collaborator

This is a dirty fix for #697 and #701

The Godot Language server does not appear to support the workspace/symbol rpc method.

This PR simply discards any outgoing LSP message that requests workspace/symbol. It's not a good long term solution, but it does prevent really annoying error spam in the editor.

@DaelonSuzuka DaelonSuzuka merged commit 170d3d4 into godotengine:master Sep 23, 2024
4 checks passed
@DaelonSuzuka DaelonSuzuka deleted the filter-missing-lsp-method branch September 23, 2024 17:56
@Calinou Calinou added the bug label Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants