vscode-cpptools
vscode-cpptools copied to clipboard
Add #include "file.h" is incorrectly suggested instead of <file.h> for subDir/file.h
See the screenshot -- test2 is on the includePath and the current file is at the root, so it should be suggesting <file.h> since file.h is not in the same folder as the source file.
The issue in inherited from Visual Studio (shared code).
It was found after adding a test case for https://github.com/microsoft/vscode-cpptools/issues/11989
@sean-mcmanus . Hey, have you found a solution for this yet? I have been experiencing a similar problem and it really bugs me off
@emanuel-engineer Your issue is unrelated. This issue is specifically with the Add include path code action that appears for missing symbols. Can you file a new issue with more repro details?