diff --git a/settings.json b/settings.json index 9420aa8..783c557 100644 --- a/settings.json +++ b/settings.json @@ -251,6 +251,7 @@ // MARK: Git // =========================================================================== // + "git.autofetch": true, "git.autoStash": true, "git.blame.editorDecoration.enabled": false, "git.detectSubmodules": true, @@ -259,6 +260,15 @@ "scm.defaultViewMode": "tree", // // =========================================================================== + // MARK: GitHub + // =========================================================================== + // Extensions: + // - https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github + // - https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub + // + "githubRepositories.autoFetch.enabled": true, + // + // =========================================================================== // MARK: Git Worktree Manager // =========================================================================== // Extension: @@ -400,15 +410,6 @@ ], // // =========================================================================== - // MARK: GitHub - // =========================================================================== - // Extensions: - // - https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github - // - https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub - // - "githubRepositories.autoFetch.enabled": false, - // - // =========================================================================== // MARK: Mise (https://mise.jdx.dev/) // =========================================================================== // Extension: