Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio 2013 hide build progress window

On visual studio 2013 community, each time I build, a build progress windows appear and disappear when building is finish. Is there an option to hide, never show, this window? thanks

like image 922
Julian50 Avatar asked Jan 12 '15 13:01

Julian50


People also ask

How do I stop a build code in Visual Studio?

If you want to cancel build, you can go to “Build-Cancel Build”, or press “Ctrl + Back” to cancel the build.

What is build progress?

Build in Progress is a platform for sharing the story of your design process. With Build in Progress, makers document as they develop their design processes, incorporating iterations along the way and getting feedback as they develop their projects.

How do you stop a build in SSIS?

To stop a buildOn the menu bar, select Build > Cancel.


1 Answers

This windows is generated by the 'CodeMaid' extension. To disable it open Codemaid's configuration and under 'Progressing' uncheck 'Show build progress window when a build start'.

like image 153
Julian50 Avatar answered Oct 15 '22 15:10

Julian50