Closed
Description
VSCode: 1.19.2
Extension: 0.14.6
I've configured C++ intellisense to use the compile_commands.json file from cmake.
Whenever I view git diffs (using GitLens extension), the C++ extension keeps popping up errors similar to this: "application-20626910647KP2B8X6OONie.cpp" not found in "${workspaceRoot}/build/compile_commands.json". Using 'includePath' setting in c_cpp_properties.json.
I think there should be a way to disable this message.
(And was it necessary in the first place? Using fallback after failure to parse source file does not generate an error message, so why should this?)