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?
The editor component of VSCode, called Monaco, runs in the browser.
Sourcegraph is also based on VSCode. It's not really an editor though, as files are read-only and it's used for viewing the contents of GitHub repositories.