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

Extension not doing anything #174

Closed amerry closed 4 years ago

amerry commented 4 years ago

Visual Studio Professional 2019 16.5.4 Conan Extension for Visual Studio: 1.2.2.346 (400ef74569408c93ac458bbb126c2aecea752af0)

The VS conan extension doesn't appear to be doing anything. I've got a project with a conanfile.txt, which works when i run conan install directly. The conanfile.txt is in the same directory as the .sln and .proj files, and i've also added it to the project in VS. The options for the extension all look correct, including having found the conan command correctly.

But the extension isn't doing anything, either automatically or when I run "Install (Current Project)" (from Tools -> Conan Package Management or from the project's context menu) or Install (Entire Solution). There is no output, no error reported, just nothing happens.

If I go to Tools -> Conan Package Management -> About, then the About line appears in the Output window, but nothing else I do causes Conan to print anything to the Output window.

I might have set something up wrong, but as there's no error reported, I have no idea what that might be.

amerry commented 4 years ago

It's now working. I have no idea what changed, other than switching configuration (from Debug to Release), although it now works on the original configuration as well.