-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Closed
Copy link
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.regressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Milestone
Description
Environment
- OS and Version: Windows 10, 22H2
- VS Code Version: 1.96.4
- C/C++ Extension Version: 1.23.5
Bug Summary and Steps to Reproduce
Bug Summary:
Steps to reproduce:
- Go to settings/Files: Associations
- Add item *.pgc with value "c"
- create a pgc file, write some code, eg: include, strlen,...
- result as picture below
I've tried so many things to fix this, from disabling/uninstalling extensions, reinstalling vscode, changing intellisense config,... Nothing worked until I downgraded the version back to v.1.22.11. I still raised this issue hoping it gets fixed in the recent or next version.
Configuration and Logs
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22621.0",
"cppStandard": "c++17",
"intelliSenseMode": "windows-gcc-x64",
"compilerPath": "C:\\msys64\\ucrt64\\bin\\gcc.exe",
"cStandard": "gnu99"
}
],
"version": 4
}
Other Extensions
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.regressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Type
Projects
Status
Done