File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,13 @@ bundle_vscode() {
82
82
mkdir -p " $VSCODE_OUT_PATH /resources/"
83
83
rsync " $VSCODE_SRC_PATH /resources/" " $VSCODE_OUT_PATH /resources/"
84
84
85
+ # TODO: We should look into using a different gulp task that does the
86
+ # packaging for us (see gulpfile.reh.js). For now copy this directory into
87
+ # the right spot so the browser script file is not missing (for some reason VS
88
+ # Code uses a different path in production).
89
+ mkdir -p " $VSCODE_OUT_PATH /bin"
90
+ rsync " $VSCODE_OUT_PATH /resources/server/binm" " $VSCODE_OUT_PATH /bin"
91
+
85
92
# Add the commit and date and enable telemetry. This just makes telemetry
86
93
# available; telemetry can still be disabled by flag or setting.
87
94
jq --slurp ' .[0] * .[1]' " $VSCODE_SRC_PATH /product.json" <(
You can’t perform that action at this time.
0 commit comments