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 d479eab commit 30c4bb1Copy full SHA for 30c4bb1
src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.ts
@@ -750,6 +750,7 @@ class WordHighlighter {
750
WordHighlighter.storedDecorations = WordHighlighter.storedDecorations.set(uri, newDecorationIDs);
751
752
if (newDecorations.length > 0) {
753
+ editorHighlighterContrib.wordHighlighter?.decorations.set(newDecorations);
754
editorHighlighterContrib.wordHighlighter?._hasWordHighlights.set(true);
755
}
756
0 commit comments