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
I'm trying to setup ltex-ls 15.2.0 in emacs with eglot, and it seems to be failing on commands that use external config files: disableRules, addToDictionary, hideFalsePositives. Apart from that it seems to be working, and replacement commands work as expected.
Is this expected? If so, do you have any pointers on setting these things up outside of vscode?
The text was updated successfully, but these errors were encountered:
External files are located on the machine of the client, and managed by the client. When a client reads a config like [":~/scripts/ltex-ls-15.2.0/dictionary"], it read the file and send the word list to ltex-ls. ltex-ls itself does not understand the special :/path/string syntax and does not read external files on the client side. I myself find that it will be easier to understand this design if I image that ltex-ls is running on a remote machine and does not have access to the dictionary file at the local machine.
Thanks for making this tool!
I'm trying to setup ltex-ls 15.2.0 in emacs with eglot, and it seems to be failing on commands that use external config files:
disableRules
,addToDictionary
,hideFalsePositives
. Apart from that it seems to be working, and replacement commands work as expected.Is this expected? If so, do you have any pointers on setting these things up outside of vscode?
The text was updated successfully, but these errors were encountered: