-
Notifications
You must be signed in to change notification settings - Fork 535
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
VSCode 1.36 breaks syntax highlighting with minted environments #1476
Comments
This issue appears only with
I think a bug report should be filled against vscode repo microsoft/vscode/issues/76603 |
Thank you very much! I have now as a workaround like you did in your initial post in the vscode issue changed the LaTeX.plist from But glad to know that it's not the fault from LaTeX-Workshop! |
We cannot do much on the extension side. As I understand from microsoft/vscode/issues/76603, it will be fixed in the next release of VSCode. |
Disable all the other extensions except for LaTeX Workshop, and check that you still see this issue. [Required]
You still see this issue?: Yes
Make sure to visit the wiki FAQ before filling an issue.
Describe the bug [Required]
When using a minted environment, the syntax highlighting after the code inside the minted environment doesn't work properly. It still uses the first one for all next minted environments, and LaTeX syntax highlighting doesn't work properly at all (numbers and the word before and after a period are highlighted)
To Reproduce
Steps to reproduce the behavior:
Insert a minted environment into the document.
Examples:
Expected behavior
Everything works like it did in VSCode 1.35
Logs [Required]
No messages in both logs, which can say anything about it.
Screenshots
Desktop [Required]:
Additional context
With 1.35 everything was fine.
The text was updated successfully, but these errors were encountered: