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 had a quick poke around the code without much luck.
lsp-diagnostics supports filtering to current workspace if the first argument is t. However, changing the call to it in helm-lsp-diagnostics to (lsp-diagnostics (not arg)) or (lsp-diagnostics t), leads to no results being shown at all.
The text was updated successfully, but these errors were encountered:
I had a quick poke around the code without much luck.
lsp-diagnostics
supports filtering to current workspace if the first argument ist
. However, changing the call to it inhelm-lsp-diagnostics
to(lsp-diagnostics (not arg))
or(lsp-diagnostics t)
, leads to no results being shown at all.The text was updated successfully, but these errors were encountered: