Skip to content

Commit

Permalink
Fixed compilation for void-reh bug by updating package.json in remote…
Browse files Browse the repository at this point in the history
… and changed destination folder to say void
  • Loading branch information
bjoaquinc committed Feb 10, 2025
1 parent 5fa21be commit 6f6f43c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/gulpfile.reh.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ function tweakProductForServerWeb(product) {

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

const serverTaskCI = task.define(`vscode-${type}${dashed(platform)}${dashed(arch)}${dashed(minified)}-ci`, task.series(
gulp.task(`node-${platform}-${arch}`),
Expand Down
6 changes: 6 additions & 0 deletions remote/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"native-watchdog": "^1.4.1",
"node-pty": "1.1.0-beta21",
"tas-client-umd": "0.2.0",
"tslib": "^2.8.1",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "9.1.0",
Expand Down

0 comments on commit 6f6f43c

Please sign in to comment.