We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafbdd3 commit 4cd291aCopy full SHA for 4cd291a
ci/build/build-vscode.sh
@@ -112,7 +112,9 @@ EOF
112
# this because we have an NPM package that could be installed on any platform.
113
# The correct platform dependencies and scripts will be installed as part of
114
# the post-install during `npm install` or when building a standalone release.
115
- npm run gulp "vscode-reh-web-linux-x64${MINIFY:+-min}"
+ node --max-old-space-size=16384 --optimize-for-size \
116
+ ./node_modules/gulp/bin/gulp.js \
117
+ "vscode-reh-web-linux-x64${MINIFY:+-min}"
118
119
# Reset so if you develop after building you will not be stuck with the wrong
120
# commit (the dev client will use `oss-dev` but the dev server will still use
0 commit comments