VS Code Version: 1.124.2
OS: Windows 11 (x64)
C/C++ Extension Version: (1.32.2)
Problem:
Red underlines for errors stopped appearing in .c files
after I accidentally clicked something on the lightbulb menu.
The lightbulb still appears for some mistakes but red
underlines do not appear at all.
What I tried:
- Reset IntelliSense Database
- Reset IntelliSense configuration
- Deleted workspaceStorage cache
- Disabled and re-enabled C/C++ extension
- Checked c_cpp_properties.json (compiler path is correct)
- Checked errorSquiggles setting (set to Enabled)
- Checked intelliSenseEngine (set to Default)
- Developer: Reload Window
- The { } icon shows at bottom left
Expected behavior:
Red underlines should appear under syntax errors in .c files
Current behavior:
No red underlines appear even for obvious errors like:
int x = "hello";
VS Code Version: 1.124.2
OS: Windows 11 (x64)
C/C++ Extension Version: (1.32.2)
Problem:
Red underlines for errors stopped appearing in .c files
after I accidentally clicked something on the lightbulb menu.
The lightbulb still appears for some mistakes but red
underlines do not appear at all.
What I tried:
Expected behavior:
Red underlines should appear under syntax errors in .c files
Current behavior:
No red underlines appear even for obvious errors like:
int x = "hello";