Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web-based VS code run in browser [closed]

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?

like image 506
cwtuan Avatar asked Nov 29 '22 13:11

cwtuan


1 Answers

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

This project allows you to run vscode in the browser.

like image 179
mikestaub Avatar answered Jan 17 '23 16:01

mikestaub