❓ What is Kalvo?? To me it looks like somebody cloned Calva. Looks super sketchy. https://open-vsx.org/extension/betterthannow-studio/kalvo-vscode
For reference. I've never seen open-vsx before, but it seems like that's the repository that the Antigravity IDE is defaulting to. So searching for Calva in Antigravity brings this up as an additional result 👻
Thanks for the report!!!! ❤️ I have reported the abuse. This has happened before. That time on the official marketplace as well. https://clojurians.slack.com/archives/C0218CKTVEK/p1764511072299329?thread_ts=1764483376.239249&cid=C0218CKTVEK That time both marketplaces where quick to remove. Let’s hope that this time they try to figure how to stop this at the gate. Kalvo has http://github.com as it’s repo link. So checking that it is a real open source repo could be a first measure…
https://open-vsx.org/ registry is also used by https://vscodium.com/
All VS Code forks, and also other editors, use openvsx. It was initially developed for Theia, iiuc.
Does Calva support starting a REPL with aliases detected in the global deps? ~/.clojure/deps.edn When I was helping a colleague in December we had some aliases in the the global deps not being detected but as soon as we moved them into the project's deps.edn they appeared when starting a new Clojure REPL I'm wondering if this is not implemented or we're holding it wrong kind of situation
This is not implemented yet. Please file an issue about it if there isn’t one. So far we provide a myCljAliases setting that can be used to populate the alises menu with options: https://calva.io/customizing-jack-in-and-connect/#customizing-jack-in
Given my user deps.edn file had about a hundred aliases, I do NOT want those showing up in Calva's jack-in list! This needs to be an optional setting.
Good to know. 😃
What is your preferred setting for REPL output? "output-view" for all 3 entries?