Skip to content

C/C++ IntelliSense red underlines stopped working after clicking lightbulb #14521

@Asmitha27662

Description

@Asmitha27662

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";

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions