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

Better error messaging for #118

Closed jgsogo closed 5 years ago

jgsogo commented 5 years ago

When something fails, we get a

Conan has returned exit code '1' while processing configuration
'Architecture... Please check file '...\.conan\conan_7101ceb0-d
ba-457c-bcb5-b9595a8619bb.log' for details

but nothing interesting is in that file 😖. At least we need to copy there all the output from the Conan execution.

SSE4 commented 5 years ago

yeah, one of the reasons we don't capture stderr right now, only stdin: https://github.com/conan-io/conan-vs-extension/blob/b2fe093ba7da40e9dfc624cb525253b9f5b5cef1/Conan.VisualStudio/Services/ConanService.cs#L128

memsharded commented 5 years ago

Yes, I am being badly affected by this one too, please try to prioritize if possible.