Repro:
- Open terminal
- Type
git branch -D t
- Ctrl+space to request completions, 🐛 only
--remotes shows but all branches should show as candidates to delete
Code pointer: https://github.com/microsoft/vscode/blob/61f1c115ad49b3e5eb1b5474006e80ef290a6842/extensions/terminal-suggest/src/completions/git.ts
Repro:
git branch -D t--remotesshows but all branches should show as candidates to deleteCode pointer: https://github.com/microsoft/vscode/blob/61f1c115ad49b3e5eb1b5474006e80ef290a6842/extensions/terminal-suggest/src/completions/git.ts