From 3f365e7ee19459784db671593ec5a4bc1e9e16a9 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Fri, 12 Dec 2025 09:46:31 +0500 Subject: [PATCH] config: disable rebase when sync vscode setting --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2f69fadcb..62e941517 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,5 +11,5 @@ "cache": true, "cacheStrategy": "content" }, - "git.rebaseWhenSync": true + "git.rebaseWhenSync": false }