-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
James-Yu/LaTeX-Workshop
#1604Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releasegrammarSyntax highlighting grammarSyntax highlighting grammarverifiedVerification succeededVerification succeeded
Milestone
Description
I am a maintainer of LaTeX-Workshop and embedding C++ code stopped working with vscode 1.36.
The following piece of code embeds C++ inside LaTeX, but we never step out from cpp scope
\begin{listing}[htbp]
\begin{minted}{cpp}
int f() {
return 0
}
\end{minted}
\end{listing}
If instead of including source.cpp, we include source.c everything works fine
This is related to James-Yu/LaTeX-Workshop/issues/1476. Let me know if we can help investigating the issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releasegrammarSyntax highlighting grammarSyntax highlighting grammarverifiedVerification succeededVerification succeeded

