lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
snoe 2020-05-20T01:44:59.007600Z

Heya! I don't think there's yet a way to ignore diagnostics in project.clj (or any project config). Afaik what's in the emacs client section of the readme is the sum of emacs specific things. But there are some settings in the readme that could be important for your project or client.

ericdallo 2020-05-20T02:09:26.009300Z

@shen check https://emacs-lsp.github.io for more info about LSP integration on Emacs

shen 2020-05-20T07:31:08.010300Z

So... does lsp-mode determine which source files are in the project, v.s. the LSP server itself?

ericdallo 2020-05-20T12:14:35.010900Z

Yes

shen 2020-05-20T13:08:03.011900Z

so, if I'm setting it up for a cljs project with figwheel, and want lsp to ignore the /compiled folder, then I should be telling lsp-mode that?

ericdallo 2020-05-20T13:36:33.012500Z

yep, using the lsp-file-watch-ignored

shen 2020-05-20T15:34:10.014300Z

thanks!

👍 1