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