Another VSCode update with nothing but Copilot shite in the release notes
The AI bubble really can't pop soon enough so that teams can go back to do actual work of improving the core product.
Leave the AI stuff to extensions and forks.
@schelling @floooh The only thing stopping me from switching to VS Codium is its lack of profile syncing. I use several different machines with several different profiles and I really need an easy, solid solution for this.
I actually have a soft spot for VSCode because it allows me to do things like this :)
https://marketplace.visualstudio.com/items?itemName=floooh.vscode-kcide
It's also the only IDE I know which can be configured for WASM debugging, and it feels more lightweight than a "real IDE" like Xcode or Visual Studio.
The latter almost works for JS -> Wasm in Zed; unfortunately while the symbols seem to point to .cpp files, the actual debugging flow shows them referring to .wat files that don't exist, and the debugger doesn't show the C++ source as a consequence. You can still step through, so the debugging engine is clearly working - not sure what's the missing link, never tried this before.