2019-02-05 21:26:57 +00:00
|
|
|
# vscode-remote
|
2019-01-08 00:46:19 +00:00
|
|
|
|
2019-02-05 21:26:57 +00:00
|
|
|
Run VS Code remotely.
|
2019-01-08 00:46:19 +00:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
### Getting the source
|
|
|
|
|
|
|
|
```
|
2019-02-05 21:26:57 +00:00
|
|
|
git clone https://github.com/codercom/vscode-remote
|
2019-01-08 00:46:19 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
### Installing dependencies
|
|
|
|
|
|
|
|
```
|
2019-02-05 21:26:57 +00:00
|
|
|
cd vscode-remote
|
2019-01-08 00:46:19 +00:00
|
|
|
yarn
|
|
|
|
```
|
|
|
|
|
|
|
|
### Run
|
|
|
|
|
|
|
|
```
|
|
|
|
yarn start
|
|
|
|
```
|