Web-based VS code run in browser

cwtuan picture cwtuan · Aug 30, 2017 · Viewed 7.2k times · Source

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?

Answer

mikestaub picture mikestaub · Apr 30, 2019

https://github.com/cdr/code-server

This project allows you to run vscode in the browser.