mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(settings): add git-worktree-manager copy patterns
Copy local config files when creating new worktrees to preserve per-worktree settings across checkouts. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -267,6 +267,13 @@
|
||||
"git-worktree-manager.terminalNameTemplate": "$LABEL ⇄",
|
||||
"git-worktree-manager.treeView.toSCM": true,
|
||||
"git-worktree-manager.treeView.worktreeDescriptionTemplate": "$BASE_NAME",
|
||||
"git-worktree-manager.worktreeCopyPatterns": [
|
||||
"*.local",
|
||||
".claude/settings.local.json",
|
||||
".env",
|
||||
".vscode/settings.json",
|
||||
".vscode/settings.local.json"
|
||||
],
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: Diffs
|
||||
|
||||
Reference in New Issue
Block a user