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

Capture errors from Conan and log them to output window and log file #125

Closed jgsogo closed 5 years ago

jgsogo commented 5 years ago

Capture the errors from Conan output and log them to all available windows.

It also modifies the return type from ConanRunner, probably it is better to return just the ProcessStartInfo and let the consumer decide to run the command synchronously or not.

closes #118

jgsogo commented 5 years ago

Nice improve over my code 😊