-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[regression] language-configuration
of embedded language not loading
#202938
Comments
language-configuration
of embedded language not loading when offscreen language-configuration
of embedded language not loading when offscreen
language-configuration
of embedded language not loading when offscreen language-configuration
of embedded language not loading
for some reason I can no longer reproduce in versions 1.84.0 to 1.92.2 which would be caused by #235344 (comment) VSCode doesn't depend on any external dependencies does it? as long as I have a |
I assume you mean portable mode in VS Code (i.e. https://code.visualstudio.com/docs/editor/portable)? In that case, no it should not load anything from the default installation. |
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: