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
Did you implement workspace/configuration in your client? This language server is buggy (or rather designed to only work with VSCode) towards all clients not implementing that method call. This bug is analyzed and summarized in #2318 (of which this ticket might perhaps be considered a duplicate?).
In case the cause is as above, could you please check whether the fix on the fix/honour_configuration_capability branch makes this language server work for you?
How are you using the lua-language-server?
Other
Which OS are you using?
Linux
What is the issue affecting?
Hover
Expected Behaviour
I expected the result of the hover
Actual Behaviour
{"id":3,"jsonrpc":"2.0","result":{"contents":{"kind":"markdown","value":"Workspace loading: 0 / 0"}}}
Reproduction steps
Am creating an lsp client
Additional Notes
No response
Log File
Log file
The text was updated successfully, but these errors were encountered: