-
Using helix editor in the Error: Timed out waiting for language servers to shutdown I tried restarting the LSP in .$ hx --health python
Configured language servers:
✓ pyright-langserver: /opt/homebrew/bin/pyright-langserver
✓ ruff-lsp: /opt/homebrew/bin/ruff-lsp
Configured debug adapter: None
Configured formatter: ruff
Binary for formatter: /opt/homebrew/bin/ruff
Highlight queries: ✓
Textobject queries: ✓
Indent queries: ✓ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
That it works in VSCode and not in other terminals might suggest that the version of the LSP you installed has some issues. I suspect that VSCode passes its own environment variables to the integrated terminal and Helix will use the VSCode-installed pyright LSP. That would be a little confusing since I think VSCode uses Pylance, but I can't think of another explanation. However, you can check in detail what might be happening by enabling verbose logs on Helix's side via |
Beta Was this translation helpful? Give feedback.
@neel04 try to launch hx in test project dir (not from user home)