chore(settings): update Git settings to enable auto stash, detect submodules, fetch on pull, and show uncommitted timeline

This commit is contained in:
Jim Myhrberg
2025-11-06 14:16:06 +00:00
parent ee5d9a6cbd
commit 0617576971

View File

@@ -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",
//
// ===========================================================================