-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
more info neededThe issue report is not actionable in its current stateThe issue report is not actionable in its current state
Description
- Arch linux
- VS Code OSS 1.19.3
- C/C++ extension version 0.14.6
- CMake
My settings:
"configurations": [
{
"name": "null",
"includePath": [
"/usr/include/c++/7.2.1",
"/usr/include/c++/7.2.1/x86_64-pc-linux-gnu",
"/usr/include/c++/7.2.1/backward",
"/usr/include",
"/usr/local/include",
"/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/include-fixed",
"/usr/include/linux",
"${workspaceRoot}"
],
"defines": [],
"browse": {
"path": [
"/usr/include/c++/7.2.1",
"/usr/include/c++/7.2.1/x86_64-pc-linux-gnu",
"/usr/include/c++/7.2.1/backward",
"/usr/include",
"/usr/local/include",
"/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/include-fixed",
"/usr/include/linux",
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
},
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceRoot}/compile_commands.json"
}
],
"version": 3
}
Go to defenition for headers finds 5 results.
I have read #1041 but it didn't help.
Metadata
Metadata
Assignees
Labels
more info neededThe issue report is not actionable in its current stateThe issue report is not actionable in its current state