Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to configure settings of visual studio console window once and for all

How can I change the default settings of the Visual Studio console window?

like image 667
morpheus Avatar asked Nov 24 '09 18:11

morpheus


People also ask

How do I enable console in Visual Studio?

With the console project open in Visual Studio for Mac, right click the project and select Options to open the Project Options dialog. In that dialog select Run - Configurations - Default. That page has a Run on external console check box which can be enabled or disabled.

How do I keep the console open in C#?

Keep Console Open With the Ctrl + F5 Shortcut in C# The best approach for keeping our console window open after the execution of code is to run it with the Ctrl + F5 shortcut of the Microsoft Visual Studio IDE.


1 Answers

There is a simpler way to do it, given by a friend. Run cmd prompt. Click on the icon at the top. Select defaults. Enter the settings you want. Off you go!

like image 117
morpheus Avatar answered Oct 11 '22 12:10

morpheus