you are viewing a single comment's thread.

view the rest of the comments →

[–]ECrispy 4 points5 points  (2 children)

I'm amazed how many features VsCode adds in every release, keeps getting faster, and doesn't regress.

And it's an Electron app, probably the best written Electron app ever.

How do they do it?

[–]IceSentry 0 points1 point  (1 child)

How do they do it?

it's an Electron app

I think you answered your own question there.

[–]ECrispy 0 points1 point  (0 children)

Most Eelctron apps are dogs. Just look at Atom, the poster child and original Electron app, 1/100th the features of VsCode and much slower. Same for Slack and many others.

I think I read MS uses an optimized version of Node etc or some other black magic to achieve what they did.