We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e04501 commit 63f99daCopy full SHA for 63f99da
ci/build/build-release.sh
@@ -82,6 +82,12 @@ bundle_vscode() {
82
mkdir -p "$VSCODE_OUT_PATH/resources/"
83
rsync "$VSCODE_SRC_PATH/resources/" "$VSCODE_OUT_PATH/resources/"
84
85
+ # TODO: We should look into using VS Code's packaging task (see
86
+ # gulpfile.reh.js). For now copy this directory into the right spot (for some
87
+ # reason VS Code uses a different path in production).
88
+ mkdir -p "$VSCODE_OUT_PATH/bin/helpers"
89
+ rsync "$VSCODE_SRC_PATH/resources/server/bin/helpers/" "$VSCODE_OUT_PATH/bin/helpers"
90
+
91
# Add the commit and date and enable telemetry. This just makes telemetry
92
# available; telemetry can still be disabled by flag or setting.
93
jq --slurp '.[0] * .[1]' "$VSCODE_SRC_PATH/product.json" <(
0 commit comments