feat(settings): add Git Graph extension settings with prune on fetch

Enable pruning of deleted remote branches when fetching via Git Graph.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jim Myhrberg
2026-02-13 09:47:30 +00:00
parent fb6baed4dc
commit bcee57eca0

View File

@@ -280,6 +280,14 @@
"githubRepositories.autoFetch.enabled": true,
//
// ===========================================================================
// MARK: Git Graph
// ===========================================================================
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
//
"git-graph.dialog.fetchRemote.prune": true
//
// ===========================================================================
// MARK: Git Worktree Manager
// ===========================================================================
// Extension: