How can I use one clj-kondo/config.edn for the whole monorepo? I see warnings of unresolved-symbol despite that I excluded this namespace in the root-dir-kondo-config. My lsp wants to add the exclusion in the base
You should be running a single lsp server in the root of your repo and it should use the :dev alias when it starts up so it sees everything just like your REPL.
indeed, I am running 7 lsps currently 🤣
now that I am looking for it is obvious
I think we start lsp with :dev:test:build
good idea
my editor starts it automaticallyy
Which editor?
neovim
Ah, I use VS Code and it starts the root lsp server only, which may be something I configured...
right, I will have to figure that out. thank you