9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript39,847 forks (39,847 forks)batch import
feature-requesthelp 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 implemented intellisense for terminal profile icons https://github.com/microsoft/vscode/issues/122473, but currently the preview is in the description, it would be much easier to use if it was to the left of the string.
Compare that to how nice the change icon command is:
Contributor guide
- Research direction
- Investigate how VS Code's configuration schema handles enums and how icons are displayed in quick pick dropdowns. Modify the configuration schema to include an optional 'icon' field for enum values and update the UI to render icons next to enum options.
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- GitTypeScript