config: disable rebase when sync vscode setting

This commit is contained in:
Abdullah Atta
2025-12-12 09:46:31 +05:00
parent 852f1ec31a
commit 3f365e7ee1

View File

@@ -11,5 +11,5 @@
"cache": true,
"cacheStrategy": "content"
},
"git.rebaseWhenSync": true
"git.rebaseWhenSync": false
}