StefanKert / BuildVision

A Visual Studio extension to visualize the building process.
MIT License
261 stars 43 forks source link

Show progress of current solution #98

Open RobLinux opened 4 years ago

RobLinux commented 4 years ago

Hello and thanks for providing work to this extension.

I hoped that buildvision would show the progress of the build of the current project.

i.e. I have a solution containing 1 project which itself contains 100 CPP files to build. Is it possible to show the progress of those 100 files ? Or is it an API limitation ?

StefanKert commented 4 years ago

Hi there!

Thanks for your request. I will have to investigate if we can get build events on a file base :) I´ll keep you updated.