浏览代码

feat:自动更新后,给予合并提示

Yin Bin 4 月之前
父节点
当前提交
972628e069
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .vscode/settings.json

+ 4 - 1
.vscode/settings.json

@@ -20,9 +20,11 @@
         }
     },
     "git.autofetch": true,
-    "git.autofetchPeriod": 300,
+    "git.autofetchPeriod": 60,
     "git.autoStash": true,
     "git.pullBeforeCheckout": true,
+    "git.showPushSuccessNotification": true,
+    "git.enableStatusBarSync": true,
     "window.zoomLevel": 1,
     "workbench.colorTheme": "Default Light Modern",
     "windsurf.autocompleteSpeed": "fast",
@@ -77,6 +79,7 @@
     },
     "git.confirmSync": false,
     "git.fetchOnPull": true,
+    "git.showUnpublishedCommitsButton": "always",
     "aws.telemetry": false,
     "editor.formatOnPaste": true,
     "editor.formatOnType": true,