Hacker News new | ask | show | jobs
by manojlds 3307 days ago
Electron folks worked closely with MS in the initial stages to make VSCode fast.
1 comments

Didn't know that! I don't understand how all this works but was it something to do with the architecture (or philosophy) of atom which prevented them from contributing the same with Atom?
The core of Code is Monaco, an editor component already powering Visual Studio Online. They already had a decent and fast editor and merely needed to package it into an application. Trying to shove that into Atom probably wouldn't have worked out well.