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] Extension not detecting changes in conanfile.py #242

Closed atanadan-flutterint closed 2 weeks ago

atanadan-flutterint commented 2 weeks ago

This is what I get when I try to build after making changes to conanfile.py:

1>Checking changes in conanfile.py
1>No changes detected, skipping conan install...

It doesn't matter what I change in the file, it just gets ignored

czoido commented 2 weeks ago

Hi @atanadan-flutterint,

Thanks a lot for reporting, I could reproduce and in fact there's an small bug in the bat script that checks the files for changes, we will fix this in the next release soon.