File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ arguments when launching code-server with Docker. See
5858
5959### Build
6060
61+ See
62+ [ VS Code prerequisites] ( https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites )
63+ before building.
64+
6165``` shell
6266export OUT=/path/to/output/build # Optional if only building. Required if also developing.
6367yarn build ${vscodeVersion} ${codeServerVersion} # See travis.yml for the VS Code version to use.
@@ -102,6 +106,10 @@ data collected to improve code-server.
102106
103107### Development
104108
109+ See
110+ [ VS Code prerequisites] ( https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites )
111+ before developing.
112+
105113``` shell
106114git clone https://github.com/microsoft/vscode
107115cd vscode
You can’t perform that action at this time.
0 commit comments