Skip to content

Commit 50234e5

Browse files
authored
Reflects new location of vscodeVersion (#1327)
1 parent bb8bad4 commit 50234e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ before building.
6565

6666
```shell
6767
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.
6969
# The code-server version can be anything you want.
7070
node /path/to/output/build/out/vs/server/main.js # You can run the built JavaScript with Node.
7171
yarn binary $vscodeVersion $codeServerVersion # Or you can package it into a binary.
@@ -141,7 +141,7 @@ before developing.
141141
```shell
142142
git clone https://github.com/microsoft/vscode
143143
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.
145145
yarn
146146
git clone https://github.com/cdr/code-server src/vs/server
147147
cd src/vs/server

0 commit comments

Comments
 (0)