Merge pull request #9049 from streetwriters/chore/disable-rebase-when-sync

config: disable rebase when sync vscode setting
This commit is contained in:
Abdullah Atta
2025-12-12 09:47:05 +05:00
committed by GitHub

View File

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