Workspace diagnostics shows only open buffers for ts files with tsserver and null-ls
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!
Same thing happens to me after fresh installing it.
Duplicate of #107?
This has nothing to do with Trouble. Most language servers only show issue from opened files
Well, if that's the case, it shouldn't be called workspace, it should be called lsp-wide instead. this is misleading.
@pencilcheck it is called workspace diagnostics in the lsp spec, so that's how it will be called in trouble. ok?