Skip to content

Commit 6f6f43c

Browse files
committed
Fixed compilation for void-reh bug by updating package.json in remote and changed destination folder to say void
1 parent 5fa21be commit 6f6f43c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

build/gulpfile.reh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ function tweakProductForServerWeb(product) {
516516

517517
['', 'min'].forEach(minified => {
518518
const sourceFolderName = `out-vscode-${type}${dashed(minified)}`;
519-
const destinationFolderName = `vscode-${type}${dashed(platform)}${dashed(arch)}`;
519+
const destinationFolderName = `void-${type}${dashed(platform)}${dashed(arch)}`;
520520

521521
const serverTaskCI = task.define(`vscode-${type}${dashed(platform)}${dashed(arch)}${dashed(minified)}-ci`, task.series(
522522
gulp.task(`node-${platform}-${arch}`),

remote/package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

remote/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"native-watchdog": "^1.4.1",
3434
"node-pty": "1.1.0-beta21",
3535
"tas-client-umd": "0.2.0",
36+
"tslib": "^2.8.1",
3637
"vscode-oniguruma": "1.7.0",
3738
"vscode-regexpp": "^3.1.0",
3839
"vscode-textmate": "9.1.0",

0 commit comments

Comments
 (0)