conan-io / conan-vs-extension

Conan Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension
MIT License
59 stars 34 forks source link

Handle locked cache #144

Closed jgsogo closed 5 months ago

jgsogo commented 5 years ago

If something happens during a build, the lock files generated by Conan in the cache will be there and any subsequent conan install will halt forever:

fmt/5.3.0@bincrafters/stable is locked by another concurrent conan process, wait...
If not the case, quit, and do 'conan remove --locks'

We need to handle this situation:

jgsogo commented 5 years ago

Add a --non-interactive argument to conan install command so it prints the message and quits?