-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseAn issue related to configuring the extension or IntelliSenseLanguage 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.quick fixworld readyAn issue relating string character encodings, localization translations, etc.An issue relating string character encodings, localization translations, etc.
Milestone
Description
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64",
"compileCommands": "/home/john/Project/Cpp/test/build/compile_commands.json"
}
],
"version": 4
}When i set compileCommands , it gets a green squiggly saying that it can not load one of it's dependencies and to edit the include path
it seem to be when compileCommands is set,includePath will be ignored, then i set forceinclude,but it dosn't work
the file is in /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include
my os is manjaro latest
irain1987
Metadata
Metadata
Assignees
Labels
Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseAn issue related to configuring the extension or IntelliSenseLanguage 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.quick fixworld readyAn issue relating string character encodings, localization translations, etc.An issue relating string character encodings, localization translations, etc.
