Skip to content

1.17.3 regression: IntelliSense crashes when certain error messages occur with any language pack #11336

Description

@warzone-oier

Environment

  • OS and Version: Windows 10
  • VS Code Version: 1.81.1
  • C/C++ Extension Version: v1.17.3
  • If using SSH remote, specify OS of remote machine: no SSH

Bug Summary and Steps to Reproduce

Bug Summary:
IntelliSense has error between brackets like this below:
a
However, it didn't occur in v1.16.3:

b

Configuration and Logs

{
    "configurations": [
        {
            "name": "Win32",
            "includePath": [
                "${workspaceFolder}/**"
            ],
            "defines": [
                "_DEBUG",
                "UNICODE",
                "_UNICODE"
            ],
            "windowsSdkVersion": "10.0.19041.0",
            "compilerPath": "D:/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe",
            "intelliSenseMode": "windows-msvc-x64"
        }
    ],
    "version": 4
}

Other Extensions

No response

Additional context

No response

Metadata

Metadata

Labels

Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.regressionA bug that didn't exist in a previous releasereliabilityverifiedBug has been reproducedworld readyAn issue relating string character encodings, localization translations, etc.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions