code-server

Run VS Code in your browser for remote development

brewmacoslinux
Try with needOr install directly
Source

About

Access VS Code through the browser

Commands

code-server

Examples

Start code-server on default port 8080$ code-server
Start code-server on custom port with password authentication$ code-server --port 3000 --auth password
Open code-server and bind to all network interfaces$ code-server --bind-addr 0.0.0.0:8080