Extremely slow LSP performance with Godot #9209
Answered
by
em-s-h
rcorre
asked this question in
Troubleshooting
-
I'm using the suggested configuration for godot4: [language-server.godot]
command = "nc"
args = ["localhost", "6005"]
[[language]]
name = "gdscript"
language-servers = ['godot']
formatter = { command = "git", args = ["stripspace"] }
auto-format = true LSP diagnostics are extremely slow, and some strings seem to come in one character at a time: https://asciinema.org/a/629621?t=20. Has anyone experienced this, or have any idea how to troubleshoot? Thanks! FWIW, I've tried both |
Beta Was this translation helpful? Give feedback.
Answered by
em-s-h
Jan 17, 2024
Replies: 1 comment 1 reply
-
It's an issue with Godot itself. The solution provided in the issue is to:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rcorre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's an issue with Godot itself. The solution provided in the issue is to: