0 条评论 (0 条评论)1 个反应 (1 个反应)2 位负责人 (2 位负责人)TypeScript39,847 个派生 (39,847 个派生)batch import
bugeditor-color-pickerhelp wanted
仓库指标
- 星标
- 184,936 个星标 (184,936 个星标)
- PR 合并指标
- 平均合并 11小时 43分钟 (平均合并 11小时 43分钟)30 天内合并 1,000 个 PR (30 天内合并 1,000 个 PR)
描述
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.
贡献者指南
- 研究方向
- 调查 VS Code 中独立颜色选择器的插入逻辑。问题是插入颜色仅影响一个光标而非所有光标。查看 `src/vs/editor/contrib/colorPicker/` 中的颜色选择器源码,理解 `Insert` 的工作原理。该错误可能涉及插入命令中缺少多光标处理。检查是否存在处理其他命令多光标的 PR 或现有代码。
- 技术栈
- typescript
- 领域
- frontendtooling
- 议题类型
- 缺陷
- 前置要求
- TypeScript knowledgeVS Code extension development