I actually think VSCode is one of the best use cases for Electron. It enables a robust and well-documented set of APIs for extension and theme developers, which IMO is why it has one of the most thriving extension ecosystems out there.
Disclaimer: I work at Microsoft, but not in Developer Division.
> It enables a robust and well-documented set of APIs for extension and theme developers
Didn't VIM and Emacs have that for ages? Look at https://vimawesome.com/. I think the remote development extension is nice, but most people would just SSH and run their editor on the server or sync their project's files.
Do you as a user seriously want a 400MB binary that takes up 1 GB of memory at least just to have a sluggish interface to run a command line program for you when it could be an instant GUI that takes up 1 MB of memory ?
Why would anyone want something taking up literally 1000x the resources it needs to?
Disclaimer: I work at Microsoft, but not in Developer Division.