You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the code seem to compile correctly, and if you remove the comment then the color seem good (modulo the issue #13029 which seem to be also present with #define):
Configuration and Logs
None
Other Extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
@xamix Our extension doesn't implement that colorization (repros with the C/C++ extension disabled). It's from VS Code, which in turn gets it from https://github.com/jeff-hykin/better-cpp-syntax/issues . You should file an issue there if one doesn't already exist (I saw some existing issues which might cover this case, but I'm not sure).
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
If you use the following C code (I compile with MSVC 2022 compiler Kit and CMake tools):
Then the
#endif
color comes RED:But the code seem to compile correctly, and if you remove the comment then the color seem good (modulo the issue #13029 which seem to be also present with
#define
):Configuration and Logs
Other Extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: