You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marksman v2022-08-19 doesn't support workspace symbols. It doesn't advertise it in server capabilities. Yet Helix still sends a workspace symbols request to the server upon hitting <space>-S. Which hits notImplemented in the server's code and causes it to crash; the crash has since been fixed though.
IIUC, the client should not send a request for an unsupported method.
Summary
See artempyanykh/marksman#54 for details.
Marksman v2022-08-19 doesn't support workspace symbols. It doesn't advertise it in server capabilities. Yet Helix still sends a workspace symbols request to the server upon hitting
<space>-S
. Which hitsnotImplemented
in the server's code and causes it to crash; the crash has since been fixed though.IIUC, the client should not send a request for an unsupported method.
Reproduction Steps
<space>-S
.Helix log
~/.cache/helix/helix.log
Platform
macOS
Terminal Emulator
iTerm2
Helix Version
helix 22.05 (45add73)
The text was updated successfully, but these errors were encountered: