Open
Description
Environment
- OS and Version: windows11 home 64bit 24h2
- VS Code Version: 1.101.0
- C/C++ Extension Version: 1.25.3
- If using SSH remote, specify OS of remote machine:
Bug Summary and Steps to Reproduce
Bug Summary:
Recent months, I found that the “go to definition” doesn't work well, some typedefs and function can't jump to definition by context menu or ctrl+click;
Then I roll back the history version one by one, finally I found the 1.22.11 version works well
error logs:
Configuration and Logs
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:/MinGW/bin/gcc.exe"
}
],
"version": 4
}
Other Extensions
No response
Additional context
No response