Open
Description
Environment
- OS and Version: Windows_NT x64 10.0.19045
- VS Code Version: 1.100.2 (system setup)
- C/C++ Extension Version: 1.25.3
- If using SSH remote, specify OS of remote machine: WSL2, Ubuntu20.04
Bug Summary and Steps to Reproduce
Bug Summary:
Go to Definition will list many redundant files.
These files are not included by CMakeLists.txt or compile_commands.json.
duplicates #11887, but it is no longer active.
Steps to reproduce:
- Download code from https://github.com/gtianw/Issue/tree/cpptools/13660
- F12 or Ctrl+LeftClick on
target_prt
.
Expected behavior:
Only parse the file included by CMakeLists.txt or compile_commands.json, and directly jump to function definitions.
Metadata
Metadata
Assignees
Type
Projects
Status
Pull Request