Since VS code is built with electron, it's hard to run VS code in browser.
I saw there's a project (https://github.com/spiffcode/ghedit) making thing for that. But it's out of date. Is there any other active projects doing the same thing?
Or is there any other web-based IDE including file explorer, tab management, and git version control?
https://github.com/cdr/code-server
This project allows you to run vscode in the browser.