You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(config): add worktree subdirectory template configuration
- Introduced 'worktreeSubdirectoryTemplate' option in package.json for customizable worktree subdirectory names.
- Updated relevant localization files to include descriptions for the new configuration.
- Enhanced folder utility functions to support the new template and validate against invalid path characters.
* fix(config): update pattern error message for worktree subdirectory template
Copy file name to clipboardExpand all lines: package.nls.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,5 +100,7 @@
100
100
"config.checkoutIgnoreOtherWorktree.description": "When enabled, the state of other worktrees is ignored when switching branches, allowing multiple worktrees to use the same branch.",
101
101
"config.branchPick.showRenameBranch.description": "Show the \"Rename Branch\" button on the results of \"Pick Branch\"",
102
102
"config.treeView.toSCM.description": "Display views in the Source Control container",
103
-
"config.worktreePathTemplate.description": "Template for the worktree path. Available variables: $BASE_PATH (repo root)."
103
+
"config.worktreePathTemplate.description": "Template for the worktree path. Available variables: $BASE_PATH (repo root).",
0 commit comments