StefanKert / BuildVision

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

Can't Disable "Build Progress" Window #54

Closed yannduran closed 6 years ago

yannduran commented 6 years ago

Steps to Reproduce:

  1. Start a build
  2. Progress window opens

Description:

I can't seem to find a setting in any of the BuildVision settings tabs for this 'Build Progress' window. The only setting that seems possibly related to it, called 'show indicators panel', has no effect on whether the window displays or not.

I've tried setting the window to hide, auto-hide, closed it etc, but the window always displays itself during the build. I don't need to see it, as I rely on the BuildVision tool window docked as a document to see the build progress.

It's very annoying to have this window appear during every build. Even more so due to the window's huge title. The image below shows what I see during every build (even with the window set to auto-hide).

2017-12-23_14-24-06

NB: The other windows show icons instead of titles because I have an extension installed to do that.

If the 'Build Progress" window had an icon defined for it, it would also display the icon instead of the text. The 'Terminal Window' window also has no icon defined.

StefanKert commented 6 years ago

Hey there,

thanks for the detailed description. Just to make sure that I am on the right track with this issue:

We are talking about this tab:

image

If so, this tab is added by CodeMaid (http://www.codemaid.net/documentation/#progressing) and since codemaid is opensource you can post your issue to their repo (https://github.com/codecadwallader/codemaid/issues). Their is no way to change this through BuildVisions settings since it is a completly different extension.

yannduran commented 6 years ago

Uggh, thanks Stefan!I didn't even realise I had that installed. I'm sorry to have wasted your time.

StefanKert commented 6 years ago

No worries. Always glad to help :). Since we found the issue the time is not wasted!