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 use multiple lsp and I disable diagnostics feature for one of them. It hides the diagnotic message from that lsp as expected, however I still see the highlight in the editor.
Exemple:
Reproduction Steps
I guess you could reproduce it with any other language as long as you have are able to show some diagnostic messages and disable the diagnostics feature of your lsp.
I'm using python so I can reproduce that using a properly configured python env.
Summary
I use multiple lsp and I disable
diagnostics
feature for one of them. It hides the diagnotic message from that lsp as expected, however I still see the highlight in the editor.Exemple:
Reproduction Steps
I guess you could reproduce it with any other language as long as you have are able to show some diagnostic messages and disable the
diagnostics
feature of your lsp.I'm using python so I can reproduce that using a properly configured python env.
This is my
language.toml
configuration:Create a python env and install some dependencies:
When you open
ŧest.py
, depending on whether or notdiagnostics
is enabled, you'll see the warning message. But the highlight will never disappear.Helix log
No response
Platform
Linux
Terminal Emulator
alacritty
Helix Version
d9d7f67
The text was updated successfully, but these errors were encountered: