Javier G. Sogo
Javier G. Sogo
Add a `--non-interactive` argument to `conan install` command so it prints the message and quits?
I think that in Visual Studio there is not such thing as _solution items_, you cannot add a file to a solution, you need to add it always to a...
🤦‍♂ Solution items: 
It has bitten me again! I've opened a VS solution, there was a `conanfile.txt` in some directory and the plugin has started to build and include props file, and this...
Yes, I think that the approach could be: 1. If there is a `conanfile.py` or `conanfile.txt` added to the project or to the solution items, use it (higher priority for...
According to [this](https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=vs-2019#import-an-existing-cache): _"The new CMakeSettings.json file is placed alongside the project’s root CMakeLists.txt."_ and having a look at the screenshots it is _always_ added to the solution.
Hi! I've just tried this example with `fmt:shared=True` and it works (using `dev` version of the extension and Conan `1.16.1`). Conan is adding the path to the DLL to the...
You need a password to use that file (check how I'm using it in the CI), but this is my first attempt to sign anything so maybe I'm wrong
Found this snippet: https://stackoverflow.com/a/38882348/837816, maybe it is enough.
Ongoing effort here (https://github.com/conan-io/conan-vs-extension/pull/105), but not for v1.1.0