We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Checklist
"C_Cpp.enhancedColorization": "Disabled"
If Disabling that^ makes the problem go away, then follow this to make an issue on the C++ extension: https://github.com/microsoft/vscode-cpptools/issues/new/choose
Version 1.17.2 After shimming an ostream operator anywhere in a C++ file, the syntax highlighting becomes incorrect after that point.
With Default Dark+:
After manually tweaking some regex for template_call_range from "end": ">", -> "end": ">|;",
template_call_range
"end": ">",
"end": ">|;",
The text was updated successfully, but these errors were encountered:
be00901
No branches or pull requests
Checklist
"C_Cpp.enhancedColorization": "Disabled"
If Disabling that^ makes the problem go away, then follow this to make an issue on the C++ extension:
https://github.com/microsoft/vscode-cpptools/issues/new/choose
The code with a problem is:
Version 1.17.2
After shimming an ostream operator anywhere in a C++ file, the syntax highlighting becomes incorrect after that point.
It looks like:
With Default Dark+:
It should look like:
After manually tweaking some regex for
template_call_range
from"end": ">",
->"end": ">|;",
The text was updated successfully, but these errors were encountered: