-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rollbar] Unhandled exception with CMakePresets.json after update (?) #2117
Comments
We haven't spent any time on the Ninja multi-config generator yet (tracking: #1423). We should investigate this when we officially support it. |
Thanks Bob, I was not aware that the Ninja multi-config generator was the issue. Feel free to close this issue if not needed on your side. |
I think I'll keep this issue in case it isn't addressed by #1423. If you could subscribe to that issue though, that will give you a heads up when the support is ready. But just to set expectations, I don't have an ETA on it. It is marked for 1.9, but that milestone is already overbooked, so we need to move some things around in the schedule. |
This looks like it could be our number 1 crash and it still happens in 1.11. Prioritizing this for the next release. |
This should be fixed in tomorrow's pre-release version. |
Brief Issue Summary
I use the CMakePresets.json file to define configure and build options for my C++ project. Since Friday I get an error message when trying to configure the project using CMake Tools ("Clean Reconfigure All Projects"):
I conclude that it is related to CMakePresets.json, because when I rename the CMakePresets.json file and include an old CMakeSettings.json (which is then used by CMake), the configuration and build works again. I have not modified the CMakePresets.json anytime before the error occured, but there has been a VSCode update just before the error occurred for the first time.
Expected:
Apparent Behavior:
CMakePresets.json
CMake Tools Log
Platform and Versions
The text was updated successfully, but these errors were encountered: