Replies: 1 comment 2 replies
-
|
It does not work as it needs to be implemented in Helix. It is the same situation in Neovim, it is not implemented there yet either. I have made my own workaround in Neovim: Would love to see "Add ... to dictionary " added to Helix! |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Just wondering if the "Add ... to dictionary " code action work for other people?
I've just configured helix to use this language server, and it's flagging some technical words. I tried using the above action which silently fails. Setting the log file:
allowed me to see:
{"jsonrpc":"2.0","method":"workspace/executeCommand","params":{"arguments":[{"uri":"file:///home/smason/foo.md","words":{"en-US":["Smalltalk"]}}],"command":"_ltex.addToDictionary"},"id":13} {"jsonrpc":"2.0","id":13,"result":{"success":false,"errorMessage":"Unknown command \u0027_ltex.addToDictionary\u0027, ignoring"}}which suggests the problem could be in ltex-ls, but thought I should try here first
Beta Was this translation helpful? Give feedback.
All reactions