calva

2025-10-06T07:53:15.928079Z

👋 Sometime I accidentally start jacking in although I’m already connected to a repl, a bit annoying cause I lose my current repl state. Is there a way to cancel jacking in that also prevents closing the current repl connection during the picking a project root, type, and aliases phase?

💡 1
pez 2025-10-06T07:54:41.964869Z

We probably kill the repl prematurely. Please file an issue.

2025-10-06T07:55:29.780379Z

Will do, thanks!

seancorfield 2025-10-06T16:24:07.316349Z

I was exploring some MCP tools for MySQL and whilst I could find them in the Extensions search, I noticed this message when I selected any of them: This extension is no longer available on the Extension Marketplace. Then I noticed Backseat Driver similarly showed this message. Sure enough, the Details page for the Backseat Driver extension page shows no marketplace, no issues, no repository, etc:

seancorfield 2025-10-06T16:27:05.031739Z

Which is weird because https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva-backseat-driver

seancorfield 2025-10-06T16:28:28.951959Z

Calva Power Tools and Joyride also show this message (as do quite a few other extensions I have installed -- but Calva itself does not show that message).

pez 2025-10-06T16:28:47.431889Z

It’s some major issue with Marketplace infrastructure: https://github.com/microsoft/vsmarketplace/issues/1454 They’re on it.

pez 2025-10-06T16:32:43.393889Z

I noticed because testing calva-power-tools in CI suddenly stopped working and Claude Sonnet 4.5 started to dig in into why this was happening and found that Joyride wasn’t being installed by the test launcher and then some further digging and it found this issue.

seancorfield 2025-10-06T17:03:31.889949Z

Ah, thanks. I guess that explains why I can see stuff on the web site but the extensions API complains 🙂