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
Describe the bug
I am unsure if the lsp is the cause but i've been trying to make this work with helix. i'm getting the following warning
2024-11-08T23:27:08.133 helix_term::application [WARN] Ignoring a client/registerCapability request because dynamic capability registration is not enabled. Please report this upstream to the language server
if the concerned lsp is not mentionned i believe it is related to ltex ls as the other lsp i have configured works
Steps to reproduce
Use the following helix config for typst
This uses nix paths but don't mind those, the lsp is able to launch outside of helix. I get a java process running when the lsp is running, but i get non inside helix
Expected behavior
The expected behavior is to have the lsp working, giving error, and having the process running
Version information
Operating system: Linux, NixOS
ltex-ls: nightly build
Java: 21.0.4
Additional context/information valentjn#249
i found this issue that shows an helix example config, but as you can see, this is pretty close to mine
The text was updated successfully, but these errors were encountered:
nvmd everything works fine, i'm just dumb, and also it take a lot of time to load and analyze my files (i'm not patient enough)
i will report any grammar checking issue i notice in the ltex-vscode issue opened even if i know the problem comes from the lsp, but that's where the discussion is taking place i believe
Describe the bug
I am unsure if the lsp is the cause but i've been trying to make this work with helix. i'm getting the following warning
if the concerned lsp is not mentionned i believe it is related to ltex ls as the other lsp i have configured works
Steps to reproduce
Use the following helix config for typst
This uses nix paths but don't mind those, the lsp is able to launch outside of helix. I get a java process running when the lsp is running, but i get non inside helix
Expected behavior
The expected behavior is to have the lsp working, giving error, and having the process running
Version information
Additional context/information
valentjn#249
i found this issue that shows an helix example config, but as you can see, this is pretty close to mine
The text was updated successfully, but these errors were encountered: