Open
Description
Currently the kind
assigned to fig items is a little simple:
vscode/extensions/terminal-suggest/src/terminalSuggestMain.ts
Lines 325 to 333 in b888f04
Here are some things we want to achieve:
- Git branch, tag, stash icons for their respective completions
- Differentiate flags (no value) and options (with value) Differentiate flag and option completion types #241392
- Map any icon specified by fig to the right type
We might need to explore an upstream change to the fig spec to indicate a generic kind for the completion, rather than just an icon.
Related: #239706