File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ before building.
65
65
66
66
``` shell
67
67
export OUT=/path/to/output/build # Optional if only building. Required if also developing.
68
- yarn build $vscodeVersion $codeServerVersion # See travis.yml for the VS Code version to use.
68
+ yarn build $vscodeVersion $codeServerVersion # See scripts/ci.bash for the VS Code version to use.
69
69
# The code-server version can be anything you want.
70
70
node /path/to/output/build/out/vs/server/main.js # You can run the built JavaScript with Node.
71
71
yarn binary $vscodeVersion $codeServerVersion # Or you can package it into a binary.
@@ -141,7 +141,7 @@ before developing.
141
141
``` shell
142
142
git clone https://github.com/microsoft/vscode
143
143
cd vscode
144
- git checkout ${vscodeVersion} # See travis.yml for the version to use.
144
+ git checkout ${vscodeVersion} # See scripts/ci.bash for the version to use.
145
145
yarn
146
146
git clone https://github.com/cdr/code-server src/vs/server
147
147
cd src/vs/server
You can’t perform that action at this time.
0 commit comments