vscode-online -> vscode-remote

This commit is contained in:
Asher
2019-02-05 15:26:57 -06:00
parent 7021826e9d
commit 70ad911641
7 changed files with 14 additions and 14 deletions

View File

@@ -1,19 +1,19 @@
# vscode-cloud
# vscode-remote
Run VS Code in the cloud.
Run VS Code remotely.
## Contributing
### Getting the source
```
git clone https://github.com/codercom/vscode-cloud
git clone https://github.com/codercom/vscode-remote
```
### Installing dependencies
```
cd vscode-cloud
cd vscode-remote
yarn
```