From 0617576971a5e9a1871edc711380845c17083637 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 6 Nov 2025 14:16:06 +0000 Subject: [PATCH] chore(settings): update Git settings to enable auto stash, detect submodules, fetch on pull, and show uncommitted timeline --- settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settings.json b/settings.json index 06244ec..4e9b34b 100644 --- a/settings.json +++ b/settings.json @@ -184,7 +184,11 @@ // MARK: Git // =========================================================================== // + "git.autoStash": true, "git.blame.editorDecoration.enabled": false, + "git.detectSubmodules": true, + "git.fetchOnPull": true, + "git.timeline.showUncommitted": true, "scm.defaultViewMode": "tree", // // ===========================================================================