vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Copilot getIncludes doesn't return includes from other workspace folders

Open sean-mcmanus opened this issue 1 year ago • 0 comments

Create 2 workspace folders and add them to a workspace. Add a test1.cpp to one folder with #include "test2.h" and a test2.h to the other workspace folder, and add a ${workspaceFolder}/../folder2 to the includePath property in the c_cpp_properties.json in folder1.

Bug: The getIncludes (for Copilot chat) doesn't return the include for the other workspace folder.

sean-mcmanus avatar Oct 04 '24 18:10 sean-mcmanus