0 comments (0 comments)1 reaction (1 reaction)2 assignees (2 assignees)TypeScript39,847 forks (39,847 forks)batch import
bugeditor-color-pickerhelp 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
Testing #180678
- Create a few multiple cursors
- Run
Show or Focus Standalone Color Picker
- Click
Insert
🐛 The color only gets inserted in one cursor. I expected it to be inserted across all cursors.
Contributor guide
- Research direction
- Investigate the standalone color picker insertion logic in VS Code. The issue is that inserting a color only affects one cursor instead of all. Look at the color picker source in `src/vs/editor/contrib/colorPicker/` and understand how `Insert` works. The bug likely involves missing multi cursor handling in the insertion command. Check if there's a related PR or existing code that handles multi cursor for other commands.
- Tech stack
- typescript
- Domain
- frontendtooling
- Issue type
- Bug
- Prerequisites
- TypeScript knowledgeVS Code extension development