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

Deleting a folder with headers still suggests the deleted headers in include completion results with recursive includes

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

  1. With a configuration that uses recursive includes, e.g. ${workspaceFolder}/**
  2. Delete a folder with header files.
  3. Use #include completion.

Bug: The deleted folder/header still appears in the results. They go away after doing a reload window, so it seems low priority to me. Repros with 1.21.6 and 1.22.0.

sean-mcmanus avatar Aug 27 '24 00:08 sean-mcmanus