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:
2026-02-02 12:28:40 +00:00
parent c2625efb78
commit 7e88bc7b29

View File

@@ -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