|
@@ -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,
|