Files
vscodium/patches/linux/client/disable-remote.patch
2024-08-21 15:39:29 +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)) {