calva

Victor 2025-07-06T01:19:56.645289Z

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.

pez 2025-07-06T07:17:28.638879Z

Note to self: We could improve that warning message to clarify that clj-kondo is bundled with Calva.

❤️ 1
Victor 2025-07-06T18:01:36.102829Z

thank you so much guys

2025-07-06T02:11:34.858719Z

"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/

Victor 2025-07-06T03:14:45.485599Z

So basically Calva uses clojure-lsp that uses clj-kondo, so both extensions installed are redundant, right? I just need the Calva extension

borkdude 2025-07-06T06:17:17.075609Z

yes

👍 1