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 1acb0a1 commit 467eaefCopy full SHA for 467eaef
ci/build/build-vscode.sh
@@ -11,11 +11,9 @@ main() {
11
12
cd vendor/modules/code-oss-dev
13
14
- if [[ $MINIFY ]]; then
15
- yarn compile-server-min
16
- else
17
- yarn compile-server
18
- fi
+ # extensions-ci compiles extensions and includes their media.
+ # compile-web compiles web extensions. TODO: Unsure if used.
+ yarn gulp extensions-ci compile-web "vscode-server${MINIFY:+-min}"
19
}
20
21
main "$@"
0 commit comments