Earlier quoted context omitted.
A file manager would not be a good use-case for Electron. Especially if you don't intend to run it in the browser (which really would make no sense.) For the very reason you outlined - startup times. The average use-cases of file managers are being opened and closed very often. Electron is rather aimed at long-running applications you don't usually restart, like Atom and VSCode. Microsoft could've ported VS to other…
> Microsoft could've ported VS to other platforms Aren't they doing exactly this? [1] [1] https://news.ycombinator.com/item?id=12948043
That would explain why this is the first time I hear about it :)