cmake-integration-vscode icon indicating copy to clipboard operation
cmake-integration-vscode copied to clipboard

ExternalProject headers squigglies

Open tambry opened this issue 4 years ago • 3 comments

My big project uses the ExternalProject CMake feature to download third-party libraries, e.g. spdlog, nlohmann json, imgui.

Unfortunately all of their headers show up with IntelliSense squigglies despite compiling fine and being able to open them with CTRL+clicking their names. System headers and the project's own includes seem to be parsed fine.

I tried to replicate this setup with a small example project, but it worked fine. The official CMake extension also groks this.

What are the steps I could take to try trace down this bug occurring with this project? E.g. is there a way to enable extra debug output from the extension?

tambry avatar Dec 04 '19 19:12 tambry