upvote
VS Code wouldn’t have won the mid-2010s editor wars if it was closed source (note that VS Code has not helped MS ramp people up to VS itself). The winner of that war was always going to be an open source editor, it was just Microsoft whose concept won out. Closed source editors like Coda failed to gain traction and even Sublime Text fell eventually.

If MS ever decided to discontinue VS Code or relicense it, there would be blood in the water. I guarantee you there would be multiple compelling competitors in under a year and probably a new open source winner with consolidation in 5.

So to answer your question: they would be forking Atom (which I think would’ve won otherwise).

reply
Sublime Text fell because VS Code was just better, not because it was closed source. I switched from Sublime Text to VS Code, and didn't care one bit how open or close either was.

Not saying there aren't people who care, there are, but they are a small minority.

reply
Zed's not a VSCode clone, and it's fantastic and OSS. They don't really have a business model that I see working though, IMO. I pay them purely because I love the editor, but the editor is free. The AI integration is what you pay for, but I just run claude code in a terminal.
reply
every AI lab have cli for agent coding. you don't need VS Code. if you want coding agent to write code for you just use cli then use any IDE, text editor or whatever you prefer to review, edit or write code.
reply
There is even a cli version of cursor.

https://cursor.com/cli

reply
Sounds like cursor is not using vscode anymore in this release?
reply
There's also Eclipse.
reply
And Eclipse Foundation maintains VSCode-compatible editor designed to be a framework for other IDEs: https://theia-ide.org/

IMO sounds like natural foundation for Cursor

reply
Oh my god, this comment gave me flashbacks to when I was writing android apps in Eclipse + ADT
reply
shudders does anyone pine for eclipes?

I haven't used it in a decade, Im sure it has has evolved

reply
My job replaced eclipse with VSCode for Java+Spring development.

Can’t say I miss eclipse, but a lot of the VSCode extensions seems to utilize old legacy eclipse stuff and has the bugs to match.

reply
Did you consider IntelliJ, even just the community edition?

If not you really should. IntelliJ with Java is one of the best dev experiences I've ever had. I'm a VSCode fan for most other things but for Java I wouldn't even remotely consider using it over IntelliJ if I had the option :-)

reply
It's still horrendous.
reply