Skip to content

Commit 81a49b3

Browse files
committed
fix: 关闭 pullBeforePush,避免 push 前 fetch 大仓库(如 v8)导致卡死
1 parent f3ba10e commit 81a49b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"[vue]": {
1414
"editor.defaultFormatter": "esbenp.prettier-vscode"
1515
},
16-
"git.pullBeforePush": true,
16+
"git.pullBeforePush": false,
1717
"git.autofetch": true,
1818
"git.rebaseWhenSync": false,
1919
"javascript.validate.enable": false,

0 commit comments

Comments
 (0)