You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: