We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf7b9d commit 5fbb86aCopy full SHA for 5fbb86a
src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.ts
@@ -461,6 +461,7 @@ class WordHighlighter {
461
// update decorators of friends
462
for (const other of this.linkedHighlighters()) {
463
if (other?.editor.getModel() === this.editor.getModel()) {
464
+ other._stopAll();
465
other.decorations.set(decorations);
466
other._hasWordHighlights.set(other.hasDecorations());
467
}
0 commit comments