We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e4f96 commit faae03dCopy full SHA for faae03d
README.md
@@ -58,6 +58,10 @@ arguments when launching code-server with Docker. See
58
59
### Build
60
61
+See
62
+[VS Code prerequisites](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites)
63
+before building.
64
+
65
```shell
66
export OUT=/path/to/output/build # Optional if only building. Required if also developing.
67
yarn build ${vscodeVersion} ${codeServerVersion} # See travis.yml for the VS Code version to use.
@@ -102,6 +106,10 @@ data collected to improve code-server.
102
106
103
107
### Development
104
108
109
110
111
+before developing.
112
105
113
114
git clone https://github.com/microsoft/vscode
115
cd vscode
0 commit comments