vscode-gitlens
vscode-gitlens copied to clipboard
Start Work operation in Home view
Add a "Start work" button to the Home view that opens a quick pick to initiate different flows for starting work (creating a branch).
Users should be able to create a branch, create a branch on a worktree (pro), and do either of those from an issue on a connected service (e.g, create a branch from a Jira issue).
New branches associated with issues will follow whatever naming conventions the service (e.g, Jira) requires to associate them.
- if users have specific autolinks setup to make these associations, we may want to consider those when creating branches for issues.