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

[BUG] Projects in soulution folders are not detected properly #254

Closed Maju-Ketchup closed 4 days ago

Maju-Ketchup commented 2 weeks ago

Version 2.0.7

What happens: When a project is in a Solution subfolder of a solution no Conan Package can be added, because the project is not recognized as msvc project. So no library can be added via the extention.

What should happen: Projects in a subfolder of a solution should be detected as others.

Current Workaround: Move the project direct under the solution, add the libraries, then move it back.

czoido commented 2 weeks ago

Hi @Maju-Ketchup,

Thank you so much for reporting.

I confirmed that this issue is happening as you describe. I have added this to the milestone for the next release.

czoido commented 3 days ago

Hi @Maju-Ketchup,

We have just released 2.0.8 version of the extension that should solve this issue.

Thanks a lot for reporting.