Opening helix from a zellij pane layout won't load rust-analyzer #12915
Unanswered
gngeorgiev
asked this question in
Troubleshooting
Replies: 1 comment
-
I had tried using a shell to invoke the command before with It appears that this works, zellij probably doesn't use my shell when executing commands breaking the helix environment. I will leave this open for a while in case someone can chime in with tips how this could have been diagnosed better from within helix. Shelling out to the shell doesn't work because helix uses the configured shell and there don't seem to be builtin commands to diagnose lsp health. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a very weird scenario where if I open helix from a zellij pane layout such as:
It wouldn't load rust-analyzer, it won't even try. When running helix with
-v
I get absolutely nothing in the logs.When I try some code action I get
No configured language server supports code actions
.Things I've tried:
.
:open-log
, confirming that the log file's location is indeed correct:config-open
also opens the correct config:sh
command from within the helix instance.:lsp-restart
has no effect and produces no logsMore context:
I would like to ask for ideas how to debug this further as this is very perplexing to me as it stands.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions