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
58
58
59
59
### Build
60
60
61
+ See
62
+ [ VS Code prerequisites] ( https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites )
63
+ before building.
64
+
61
65
``` shell
62
66
export OUT=/path/to/output/build # Optional if only building. Required if also developing.
63
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
+ See
110
+ [ VS Code prerequisites] ( https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites )
111
+ before developing.
112
+
105
113
``` shell
106
114
git clone https://github.com/microsoft/vscode
107
115
cd vscode
You can’t perform that action at this time.
0 commit comments