1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00

testing/code-oss: new aport

https://github.com/microsoft/vscode
Visual Studio Code (OSS, with VSX)
This commit is contained in:
psykose 2022-07-09 09:22:37 +00:00 committed by alice
parent 234d8d8542
commit 6aef24e433
6 changed files with 236 additions and 0 deletions

View file

@ -0,0 +1,9 @@
--- a/build/npm/postinstall.js
+++ b/build/npm/postinstall.js
@@ -72,6 +72,3 @@
yarnInstall(dir, opts);
}
-
-cp.execSync('git config pull.rebase merges');
-cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore');