vscode-cmake-tools: Mystery Error: This instance was not yet configured

I’m getting a huge number of Rollbar issue reports for “This instance was not yet configured” from CMake Server. This issue appears when you call cmakeInputs before properly configuring the project.

I’ve been completely unable to reproduce the issue and can’t see in the code any obvious reason why it would occur. No user has reported the issue, as it seems that it’s occurrence doesn’t actually block users.

If anyone reading this is seeing this error message, please comment below! (Edit: Please also include information about your platform, CMake version, OS, etc.)

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 1
  • Comments: 16 (5 by maintainers)

Most upvoted comments

Had this problem just pop up.

I only noticed it start happening after enabling the C/C++ extension. I had already configured and built the project.

After installing the C/C++ extension and reloading, the instance not configured error would pop up on almost any cmake-server operation. Disabling the C/C++ extension stopped the error showing up, and weirdly enough, I haven’t been able to reproduce the error after re-enabling it.

Will let you know if I can find something a bit more reproducible.