clj-kondo 2026-02-16

I’d like to revisit a minor issue I’m having. When I create a VS Code workspace or even just open a project, it adds the .clj-condo folder, which is confusing for non-Clojure or bb projects, and I don’t want to add it to .gitignore either. I’ve tried deleting it manually, but it keeps coming back.

When Calva starts, it starts clojure-lsp, which results in the .lsp and .clj-kondo folders being created. Calva should only start if there is a clojure file in the project though. Could it be that there is a config.edn in that .lsp folder?

Not really, no .edn folder i can see. Will retry,

Do you have Joyride active? It could be an activation script that starts Calva… If you do have Joyride installed, check user_activate.cljs

You could also configure clojure-lsp to not auto-start in that workspace.

1