Skip to content

Instantly share code, notes, and snippets.

@atefth
Created April 2, 2019 16:16
Show Gist options
  • Save atefth/edf0af8917e26524615e9f8c7b41f5cd to your computer and use it in GitHub Desktop.
Save atefth/edf0af8917e26524615e9f8c7b41f5cd to your computer and use it in GitHub Desktop.
Running VS Code server on linux
wget https://github.com/codercom/code-server/releases/download/1.408-vsc1.32.0/code-server1.408-vsc1.32.0-linux-x64.tar.gz
tar -xvf code-server1.408-vsc1.32.0-linux-x64.tar.gz
rm -rf code-server1.408-vsc1.32.0-linux-x64.tar.gz
cd code-server1.408-vsc1.32.0-linux-x64
echo "export VS_CODE_SERVER=\"$(pwd)/./code-server\"" >> ~/.bashrc
source ~/.bashrc
cd /path/to/app
$VS_CODE_SERVER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment