cTatu / vscode

Run VS Code on a remote server.

Home Page:https://coder.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio Code Server

Run it directly:

code-server-[OSversion] --port=80 --allow-http --password "yourpassword"

Using Docker:

docker run -d -p 80:80 --name vscode --privileged mmnkl9/vscode

Connect your Files System with SSHFS

Use password

sshfs -o allow_other [user]@xxx.xxx.xxx.xxx:/path/to/your/code /path/to/mount

Use ssh key file

sshfs -o allow_other,IdentityFile=~/.ssh/id_rsa [user]@xxx.xxx.xxx.xxx:/path/to/your/code /path/to/mount

About

Run VS Code on a remote server.

https://coder.com


Languages

Language:Dockerfile 100.0%