Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable displaying of "output window" at each compilation

In VS2010, I noticed that the "output window" is shown every time we compile the solution, even if we have had close it.

In VS2008, that wasn't the case. I don't mind this output window. I prefer looking at the "Error window" only, and only if it is necessary. In VS2008, it was perfect.

How to disable the systematic displaying of the "output window" in VS2010?

like image 869
WolveFred Avatar asked Nov 28 '10 18:11

WolveFred


People also ask

How do I turn off Vscode output?

In jupyter-Notebook(vscode version), you can click on a cell and then press "o", it will hide the cell output.

How do I display the output window in Visual Studio?

The Output window displays status messages for various features in the integrated development environment (IDE). To open the Output window, on the menu bar, choose View > Output, or press Ctrl+Alt+O.

How do you make Output stay in C++?

You can also hold CTRL + F5 to get the window to stay open.


1 Answers

Go to Tools, Options, Projects And Solutions, and uncheck Show Output Window when Build Starts.

like image 105
SLaks Avatar answered Nov 15 '22 23:11

SLaks