trouble.nvim icon indicating copy to clipboard operation
trouble.nvim copied to clipboard

Workspace diagnostics shows only open buffers for ts files with tsserver and null-ls

Open rphuber opened this issue 3 years ago • 1 comments

Using both tsserver and null-ls with prettier and eslint I only get diagnostic reports from open buffers instead of the entire project. I read in another issue that it seems to be an issue with tsserver but was wondering if this was an issue with the null-ls plugin as well? Any feedback would be helpful. Thanks!

rphuber avatar Jun 25 '22 11:06 rphuber

Same thing happens to me after fresh installing it.

joelxr avatar Jul 26 '22 15:07 joelxr

Duplicate of #107?

AlexvZyl avatar Oct 09 '22 10:10 AlexvZyl

This has nothing to do with Trouble. Most language servers only show issue from opened files

folke avatar Oct 09 '22 11:10 folke

Well, if that's the case, it shouldn't be called workspace, it should be called lsp-wide instead. this is misleading.

pencilcheck avatar Mar 21 '23 19:03 pencilcheck

@pencilcheck it is called workspace diagnostics in the lsp spec, so that's how it will be called in trouble. ok?

folke avatar Mar 22 '23 07:03 folke