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(worktree): improve worktree subdirectory template and UI flow (#38)
- Replace `description` with `markdownDescription` for better rendering
- Add support for `$REF_NAME` variable in worktree subdirectory template
- Update localization files to include documentation for new variable
- Adjust worktree creation flow to allow returning to branch selection
- Add back button support in worktree directory input UI
- Fix step numbering in quick pick UI during worktree creation
- Modify `getSubDir` utility to accept and use `refName` in template substitution
"config.postCreateCmd.description": "Command to execute after creating a worktree. The default execution path is the directory of the newly created worktree. You can use the following variables in the command:\n\n- `$BASE_PATH`: The full path of the worktree.\n- `$WORKTREE_PATH`: The full path of the worktree.\n\nExample:\n`git submodule update --init --recursive`",
107
107
"config.worktreeDescriptionTemplate.description": "Template for the worktree description. Available variables:\n\n- `$FULL_PATH`: The full path of the worktree.\n- `$BASE_NAME`: The folder name of the worktree.\n- `$RELATIVE_PATH`: The relative path (relative to the main repo directory).",
0 commit comments