We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d0fef commit c20b0b3Copy full SHA for c20b0b3
ci/build/build-release.sh
@@ -87,6 +87,7 @@ bundle_vscode() {
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
+ chmod +x "$VSCODE_OUT_PATH/bin/helpers/browser.sh"
91
92
# Add the commit and date and enable telemetry. This just makes telemetry
93
# available; telemetry can still be disabled by flag or setting.
0 commit comments