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

Update local cache when a project gets build #188

Closed doshisahil closed 3 years ago

doshisahil commented 3 years ago

The extension should provide an option to export the package to the local cache as soon as we build it. This will help in workflows when the developer is modifying code in packages and both are linked. This will help in local debugging.

doshisahil commented 3 years ago

This feature is not needed I guess, I was thinking of using it while debugging libraries, user may need to update local cache on build, but to perform that task conan already have an feature named Packages in editable mode. So closing this ticket.