calva

seancorfield 2026-06-04T01:07:38.389499Z

Entirely vibe-coded because I was too lazy to figure out the necessary JSON parsing stuff (esp. the JSONC stuff!):

io.github.seancorfield/calva-settings
        {:git/sha "35a5d67806e82e68f878554d529f9553ef622486"}
Add it to your bb.edn :deps and then run bb -m calva and it'll spit out all(?) the Calva default settings, along with any user-level or project-level overrides. I've wanted this for ages but never had the enthusiasm to write it myself. Works for me on Windows/WSL. Create issues if it doesn't work for you and I'll ask Copilot to fix things 🙂 The code is awful. Thanks Copilot!

🤭 4