Framework Search Paths in compile_commands.json is not used #2508
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
Milestone
Type: LanguageService
Describe the bug
When using
compile_commands.json
generated by CMake and a custom Mac framework is included, framework search path in the form of-F/path/to/framework/parent/directory
will present in the build command. But C++ Plugin does not include this during IntelliSense which gives squiggles wherever the framework header is used.To Reproduce
include_directories
.c_cpp_properties.json
for project to usecompile_commands.json
generated by CMakeExpected behavior
The framework header should be recognized and IntelliSense should work as expected.
Additional context
The text was updated successfully, but these errors were encountered: