Skip to content

Commit 82452bc

Browse files
committed
Use vscode-web build task
The reh tasks rely on vscode-web and it does not seem they do anything that we need (we already recompile native modules for platforms in a later step).
1 parent 062ce32 commit 82452bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/build/build-vscode.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ main() {
1212
cd vendor/modules/code-oss-dev
1313

1414
# extensions-ci compiles extensions and includes their media.
15-
# compile-web compiles web extensions. TODO: Unsure if used.
16-
yarn gulp extensions-ci compile-web "vscode-reh-web${MINIFY:+-min}"
15+
# vscode-web compiles the source, web extensions, and optimizes.
16+
yarn gulp extensions-ci "vscode-web${MINIFY:+-min}"
1717
}
1818

1919
main "$@"

0 commit comments

Comments
 (0)