Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toyobayashi/vscode-server-install


https://github.com/toyobayashi/vscode-server-install

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Install VSCode Server Manually

Install latest release

```bash
./install.sh
```

Install specific tag sha

```bash
./install.sh 784b0177c56c607789f9638da7b6bf3230d47a8c
```

Install from local tar.gz using latest tag sha

```bash
./install.sh "" /tmp/vscode-server-linux-x64.tar.gz
```

Install from local tar.gz using specific tag sha

```bash
./install.sh 784b0177c56c607789f9638da7b6bf3230d47a8c /tmp/vscode-server-linux-x64.tar.gz
```