StefanKert / BuildVision

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

Building moves the keyboard focus to the BuildVision window #63

Open RudeySH opened 6 years ago

RudeySH commented 6 years ago

When building, the keyboard focus moves to the BuildVision window. This is annoying, especially when you configure the VS editor to build on save. Building on save is actually a pretty common thing, for example to do continuous testing various test runners do this, like NCrunch or dotCover.

There's no reason for the focus to move to the BuildVision window. I assume this happens because the extension wants to ensure the BuildVision window is open when building, right?

StefanKert commented 4 years ago

Hey there!

Just wanted to let you know that this is reproducable in the latest version and I will try to come up with a solution.

Yes, BuildVision is automatically activated depending on your settings. If you want to disable this you can set BuildVision to not show up on building.

I think a potential fix for this could be another setting that let´s you configure to not moving the keyboardfocus, but still bring BuildVision to the front.