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.
@shen check https://emacs-lsp.github.io for more info about LSP integration on Emacs
So... does lsp-mode
determine which source files are in the project, v.s. the LSP server itself?
Yes
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?
yep, using the lsp-file-watch-ignored
thanks!