Add prerequisites for building

This commit is contained in:
Asher 2019-10-22 17:49:38 -05:00
parent a6e4f96737
commit faae03da6b
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -58,6 +58,10 @@ arguments when launching code-server with Docker. See
### Build ### Build
See
[VS Code prerequisites](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites)
before building.
```shell ```shell
export OUT=/path/to/output/build # Optional if only building. Required if also developing. export OUT=/path/to/output/build # Optional if only building. Required if also developing.
yarn build ${vscodeVersion} ${codeServerVersion} # See travis.yml for the VS Code version to use. yarn build ${vscodeVersion} ${codeServerVersion} # See travis.yml for the VS Code version to use.
@ -102,6 +106,10 @@ data collected to improve code-server.
### Development ### Development
See
[VS Code prerequisites](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites)
before developing.
```shell ```shell
git clone https://github.com/microsoft/vscode git clone https://github.com/microsoft/vscode
cd vscode cd vscode