- If you also plan on developing, set the
OUTenvironment variable:export OUT=/path/to/some/directory. Otherwise it will build in this directory which will cause issues because thenyarn watchwill try to compile the build directory as well. - Run
yarn build ${vscodeVersion} ${target} ${arch}in this directory (for example:yarn build 1.35.0 linux x64).
- Clone VS Code.
- Run
yarnin the VS Code root directory. - Run
yarn compilein the VS Code root directory. - Clone this repository to
src/vs/serverin the VS Code source. - Run
yarnin this directory. - Run
yarn watchin this directory. - Wait for the initial compilation to complete.
- Run
yarn startin this directory. - Visit
http://localhost:8443.