mrcrowl / vscode-hg

Integrated Mercurial source control for Visual Studio Code
MIT License
71 stars 37 forks source link

Flickering inline annotations when typing fast #181

Open Alphare opened 2 years ago

Alphare commented 2 years ago

It appears as if the newly released inline annotations are not debounced or do not take new text into account well enough, which causes the annotation to appear inserted before the last few characters typed (if typing fast enough) for a fraction of a second.