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