Brief Issue Summary
- Use CMake: Select Configure Preset to switch to a different preset.
Bug: CMake Tools continues to send IntelliSense configurations with the old preset info. The workaround is to reload window. I've debugged cpptools.ts function provideConfigurations to confirm it's a bug with CMake Tools and not the C/C++ extension. The build itself correctly is updated to use the new preset (the IntelliSense configuration is just wrong).
I sent more repro info via internal email.
This might be a duplicate of a pre-existing issue but I couldn't find it.
CMake Tools Diagnostics
Debug Log
Additional Information
No response