Hacker News new | ask | show | jobs
by kls 2260 days ago
And why would they not just consolidate their efforts into improving VS code. I don't get it, VS Code is an awesome platform, no need to reinvent the wheel we just need more high quality extensions to improve it support for different technologies.
1 comments

Yeah when I see a project like this, I think of all the wasted time that all these talented teams could save by combining forces.

At the end of the day, after who knows how much effort, this thing looks IDENTICAL to VS Code. So what was the point of all the work, apart from Not-Invented-Here? VS Code is MIT licensed. So what exactly is the concern about one company running it? Anyone can fork it and do whatever they want.

Theia runs inside a web browser. VS Code doesn't.
The question is, did they approach the VS code team and ask them if they where opposed to this feature. Assuming it does not break anything I cannot see why they would be. I get it, it's open source they can do as they please it just seems to me like the logical first step would be to say hey can we combine efforts. Maybe they did, I don't know, that is the approach I personally would take, improve an already awesome open source offering with my efforts as opposed to creating a one off. I would prefer to feed a larger ecosystem and make the pie bigger.
Microsoft already got VS Code running in the browser. It's called Visual Studio Online, and it's closed source.
They are working with the VS Code team and Theia uses Monaco and other OSS components shared with VS Code.