StefanKert / BuildVision

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

BuildVision window always shows when starting VS2019 #93

Closed PureKrome closed 4 years ago

PureKrome commented 4 years ago

When I start VS2019 by double clicking on _an existing .sln file` then BuildVision window always shows in the top left corner of VS:

image

I've got it pinned to the bottom of VS (with other windows) and after VS completes loading up, it does disappear and is pinned to the bottom (correctly).

image

No other window does this.

Would be really nice if this window remembers it's LAST STATE. In this case, the last state would be pinned to the bottom (with some other windows) and as such, wouldn't be showing when VS starts up.

didierdonner commented 4 years ago

Hello,

this happens also with Visual Studio 2017 15.9 too.

Regards,

Didier Donner

StefanKert commented 4 years ago

Hi folks!

Thanks for bringing this to my attention. This bug is currently per design, because we are not really able to load BuildVision before the Solution at the moment, at least I didn´t find a good option. Nevertheless I will try to find a workaround to fix this because I agree that this is really annoying.

StefanKert commented 4 years ago

This issue should be fixed with the upcoming version 3.0.1. :) BuildVision does behave similar to other extensions now and is hidden until it is properly loaded.