3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)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
- Open the 1.96 release notes
- Select from line 16 to the end of the file
- Delete, and start typing
- There will be a flicker of many color decorations

Contributor guide
- Research direction
- Investigate the rendering pipeline for color decorations in the editor, focusing on the sequence of events when text is deleted. Look at the decoration update logic and identify why decorations flicker before being removed. Trace the relevant code paths in the decoration layer and the text buffer.
- Tech stack
- typescript
- Domain
- frontenddesktop
- Issue type
- Bug
- Prerequisites
- GitTypeScript