-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
When using rust-analyzer with VS Code, I've just started to see a flicker in the syntax highlighting when typing quickly. If I type slowly enough, no flickering happens, but if I type quickly (or hold down the backspace key to quickly remove several characters), the syntax highlighting keeps flickering.
It looks like it's switching between the correct highlighting and the highlighting that is used before r-a fully boots up. That is, while typing the coloring switches to the basic version that is used before r-a is done indexing everything and then catches up and switches back to the full highlighting.
I've tested with r-a nightly and still see the same behavior, though I don't see it in any other languages in VS Code.
OS: MacOS Catalina 10.15.7
VS Code: 1.50.1