1 comment (1 comment)1 reaction (1 reaction)2 assignees (2 assignees)TypeScript39,847 forks (39,847 forks)batch import
feature-requestgithelp wanted
Repository metrics
- Stars
- 184,936 stars (184,936 stars)
- PR merge metrics
- Avg merge 11h 43m (Avg merge 11h 43m)1,000 merged PRs in 30d (1,000 merged PRs in 30d)
Description
I would like to be able to delete all branches with a specific prefix (for example copilot/) by using the context menu in the repositories view
Contributor guide
- Research direction
- Investigate how to add context menu actions in the VS Code extension API, specifically for the source control view. Look into existing Git extension implementation for branch operations and understand the pattern for bulk operations on branch collections. Ensure proper error handling and user confirmation for deletion.
- Tech stack
- typescript
- Domain
- desktoptooling
- Issue type
- Feature
- Prerequisites
- GitTypeScript