Unable to load ruff-lsp since upgrade of helix from 23.05 to 23.10 #8619
Unanswered
jawuku
asked this question in
Troubleshooting
Replies: 2 comments 1 reply
-
this is probably because you have: you should only need: [language-server.ruff-lsp]
command = "ruff-lsp"
[[language]]
name = "python"
language-servers = [ "ruff-lsp" ] |
Beta Was this translation helpful? Give feedback.
0 replies
-
I do have the same error for the key [[language]]
name = "python"
formatter = { command = "sh", args = ["-c", "black --quiet - | isort --profile black -"]}
auto-format = true
[[language]]
name = "typescript"
[language.config.preferences]
importModuleSpecifierPreference = "non-relative" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry for my newbie question.
I have just upgraded
helix
from23.05
to23.10
on macOS Homebrew.I had previously configured my ruff-lsp according to the guidelines on the ruff-lsp github.
which in
languages.toml
This worked fine in 23.05, and
ruff-lsp
displayed in green withhx --health
.Since upgrading, I was greeted with this error message:
I've tried to configure following the documentation at https://docs.helix-editor.com/languages.html
but
ruff-lsp
does not show when I typehx --health
Could you please show me how to setup ruff-lsp?
Beta Was this translation helpful? Give feedback.
All reactions