We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey! Maybe I'm missing something but it looks like the Add to dictionary command does not work.
Add to dictionary
I see this in the RPC messages when looking in the logs:
// Send: {"jsonrpc":"2.0","id":386,"method":"workspace/executeCommand","params":{"command":"_ltex.addToDictionary","arguments":[{"uri":"file://__REDACTED__.md","words":{"en-US":["__REDACTED__"]}}]}} // Receive: {"jsonrpc":"2.0","id":386,"result":{"success":false,"errorMessage":"Unknown command \u0027_ltex.addToDictionary\u0027, ignoring"}}
I guess I could add my custom words in the Zed config, but this code action was given so I would've hoped it worked 😇
I don't know if this is an issue within Zed extension or an issue within ltex-ls itself. If you need some more info let me know 😄
ltex-ls
The text was updated successfully, but these errors were encountered:
Yeah, I also encountered that. I think this an issue with ltex-plus itself since it provides code actions as commands but it does not handle them:
ltex-plus
{"jsonrpc":"2.0","id":13,"method":"workspace/executeCommand","params":{"command":"_ltex.addToDictionary","arguments":[{"uri":"file:///Users/vslobodin/Development/ruby-lsp/README.md","words":{"en-US":["userrs"]}}]}} // Receive: {"jsonrpc":"2.0","id":13,"result":{"success":false,"errorMessage":"Unknown command \u0027_ltex.addToDictionary\u0027, ignoring"}}
Sorry, something went wrong.
No branches or pull requests
Hey! Maybe I'm missing something but it looks like the
Add to dictionary
command does not work.I see this in the RPC messages when looking in the logs:
I guess I could add my custom words in the Zed config, but this code action was given so I would've hoped it worked 😇
I don't know if this is an issue within Zed extension or an issue within
ltex-ls
itself. If you need some more info let me know 😄The text was updated successfully, but these errors were encountered: