StefanKert / BuildVision

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

BV causes taskbar icon to flash #16

Closed vaindil closed 9 years ago

vaindil commented 9 years ago

When a site builds as a result of clicking the Run button, the VS icon on the taskbar gets a green background and it stays there until the VS window is given focus. Is it possible to fix this? The taskbar icon normally fills up with the progress of the build whether BV is running or not, but it looks like BV doesn't clear it out like VS normally does.

capture

nag5000 commented 9 years ago

Hi @vaindil,

You can configure it via Tools -> Options... -> BuildVision -> General image

vaindil commented 9 years ago

Well, I should've checked there first. Thank you!