feat(1.95): update patches (#2055)

This commit is contained in:
Baptiste Augrain
2024-10-13 20:16:48 +02:00
committed by GitHub
parent 0489bd5ca1
commit 7578449a67
15 changed files with 196 additions and 151 deletions

View File

@@ -1,8 +1,14 @@
diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
index e38c2cb..e00627c 100644
--- a/build/npm/postinstall.js
+++ b/build/npm/postinstall.js
@@ -134,2 +134,3 @@ for (let dir of dirs) {
setNpmrcConfig('remote', opts.env);
+ continue;
}
diff --git a/build/npm/dirs.js b/build/npm/dirs.js
index b9645e6..22f3450 100644
--- a/build/npm/dirs.js
+++ b/build/npm/dirs.js
@@ -47,4 +47,2 @@ const dirs = [
'extensions/vscode-test-resolver',
- 'remote',
- 'remote/web',
'test/automation',
@@ -59,4 +57,2 @@ if (fs.existsSync(`${__dirname}/../../.build/distro/npm`)) {
dirs.push('.build/distro/npm');
- dirs.push('.build/distro/npm/remote');
- dirs.push('.build/distro/npm/remote/web');
}