Sending workspace/configuration requests to client without capability #291
Labels
1-bug 🐛
Issue type: Bug report (something isn't working as expected)
2-unconfirmed
Issue status: Bug that needs to be reproduced (all new bugs have this label)
Describe the bug
When used with a client without the
workspace/configuration
capability (as here), ltex-ls should not sendworkspace/configuration
requests, but assume default configuration and overrides from previousworkspace/didChangeConfiguration
.Steps to reproduce
In ale, you can easily add LTex as a lsp by copy pasting the ale_linter/tex/texlab.vim file and
s/texlab/ltex_ls/g
. You may just need to add\ 'language': 'latex',
in the call to Define.Expected behavior
LTex should not send
workspace/configuration
requests to clients that do not support them.LTeX configuration
This seems to occur with and without
settings.json
file.LTeX LS log
Version information
The text was updated successfully, but these errors were encountered: