disroop / vs-code-conan

Conan integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=disroop.conan
MIT License
18 stars 10 forks source link

[Feature] Option to disable build profile #183

Closed zlacelle closed 1 year ago

zlacelle commented 1 year ago

Right now, the conan install command always includes both the host and build profile options. In Conan, this changes how conanbuildinfo.cmake and conanbuildinfo.txt are populated, and for us it's incompatible with our workflow (we use info from those files to populate other aspects of the build).

Can this be updated to define these separately, and if they're not explicitly defined, not pass them as arguments?