void-packages/srcpkgs/vscode/patches/remove_git_command.patch
2021-02-10 09:44:53 -03:00

10 lines
332 B
Diff

diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
index 18ccef884a9d..61acb0a4d10b 100644
--- a/build/npm/postinstall.js
+++ b/build/npm/postinstall.js
@@ -87,5 +87,3 @@ runtime "${runtime}"`;
fs.writeFileSync(yarnrcPath, yarnrc, 'utf8');
yarnInstall(watchPath);
}
-
-cp.execSync('git config pull.rebase true');