Is it worth to install clj-kondo extension in VSCode even with Calva installed? I saw a Calva warn about the clj-kondo extension going to duplicate/conflict (something like this) with Calva lint/rules
The clj-kondo extension is detected. You will see duplicate linting reports in some cases. You probably want to uninstall or disable the clj-kondo extension.Note to self: We could improve that warning message to clarify that clj-kondo is bundled with Calva.
thank you so much guys
"Calva does no linting, yet with Calva you get excellent linting. That is because Calva uses https://github.com/clojure-lsp/clojure-lsp, which provides linting powered by clj-kondo." https://calva.io/linting/
So basically Calva uses clojure-lsp that uses clj-kondo, so both extensions installed are redundant, right? I just need the Calva extension
yes