[regression] language-configuration
of embedded language not loading
#202938
Labels
bug
Issue identified by VS Code Team member as probable bug
editor-core
Editor basic functionality
important
Issue identified as high-priority
languages-basic
Basic language support issues
Milestone
some optimization/bug is stopping the
language-configuration
of embedded languages from loading correctly when part of the embedded language is offscreen during file loadingCreate a markdown file and paste in the following code
scroll down until you can no longer see
```latex
, but still have()
visiblereload VSCode (open & close etc)
scroll up and notice how the brackets
()
are no longer highlightedtyping a random letter near the latex code will start highlighting the brackets
typing a newline wont, nor will deleting any char
❌
✅
seems to also happen when the embedded language is within the visible screen space, but is inside a folded region
this was just showing
"brackets"
, but it also applies to all other settings insidelanguage-configuration.json
seems to be only 90% consistent. prob cause of some caching somewhere
VSCode 1.83.1 is fine ✅
some change in-between
VSCode 1.84.0 has the bug ❌
The text was updated successfully, but these errors were encountered: