You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only way to get rid of the error
[rollbar] Unhandled exception: Unhandled Promise rejection: Post-folder-open Error: No cache object found [object Object]
Is to remove build folder and then ask cmake-tools to configure without configuring with terminal.
@mortenfc Thank you for posting this issue. If you reopen the project a bit and then configure it in the terminal does it work? Can you provide a simple reproduction of the project and some detailed reproduction steps to help us quickly investigate this issue?:)
@gcampbell-msft Can you help find a: #4132 (comment) code repository mentioned by a user? He will use the library we provided to reproduce the problem.
Brief Issue Summary
Only way to get rid of the error
[rollbar] Unhandled exception: Unhandled Promise rejection: Post-folder-open Error: No cache object found [object Object]
Is to remove build folder and then ask cmake-tools to configure without configuring with terminal.
What I tried:
cmake -C CMakeConfig/linux_gcc7.cmake --preset=gcc7_linux_x86_64 -DAMSR_BUILD_TESTING=ON -DAMSR_BUILD_TEST2020=ON -DAMSR_BUILD_DOC=ON -DAMSR_BUILD_EXAMPLE=ON
-DBULLSEYE_ENABLE=ON -DAMSR_BUILD_BENCHMARK=ON -DCMAKE_CXX_FLAGS=(string join ' ' (cmake -LA -N . | grep CMAKE_CXX_FLAGS_INIT |
cut -d= -f2) -- "-Wfatal-errors") -DAMSR_BUILD_TEST2020=ON -DAMSR_BUILD_TESTING=ON -DCMAKE_CXX_FLAGS_DEBUG="-g -O0"
We have a LOT of presets and targets. A gazillion .jsons are created, might be related
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: