File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,12 @@ 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 move 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
+ mv " $VSCODE_OUT_PATH /resources/server/bin" " $VSCODE_OUT_PATH /bin"
90
+
85
91
# Add the commit and date and enable telemetry. This just makes telemetry
86
92
# available; telemetry can still be disabled by flag or setting.
87
93
jq --slurp ' .[0] * .[1]' " $VSCODE_SRC_PATH /product.json" <(
You can’t perform that action at this time.
0 commit comments