From faae03da6b3e14dd57fc3c62c6bae0c5523f8f06 Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 22 Oct 2019 17:49:38 -0500 Subject: [PATCH] Add prerequisites for building --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ec60425f..ca6cdc54 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ arguments when launching code-server with Docker. See ### Build +See +[VS Code prerequisites](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites) +before building. + ```shell 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. @@ -102,6 +106,10 @@ data collected to improve code-server. ### Development +See +[VS Code prerequisites](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites) +before developing. + ```shell git clone https://github.com/microsoft/vscode cd vscode -- GitLab