mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user