helm-lsp icon indicating copy to clipboard operation
helm-lsp copied to clipboard

[feature request] helm-lsp-diagnostics to support current-workspace or all workspaces option

Open jimeh opened this issue 2 years ago • 0 comments

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.

jimeh avatar Oct 10 '21 12:10 jimeh