Files
vscodium/patches/linux/client/disable-remote.patch
Baptiste Augrain b520aa1b9b feat: 1.93 (#2022)
2024-09-09 12:29:14 +02:00

9 lines
275 B
Diff

diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
index 9ca239e..b0b2929 100644
--- a/build/npm/postinstall.js
+++ b/build/npm/postinstall.js
@@ -118,2 +118,3 @@ for (let dir of dirs) {
opts = { env };
+ continue;
} else if (/^extensions\//.test(dir)) {