Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set Cmder as default cmd (console) in Visual Studio?

When running console applications from Visual Studio (not Code), I would like to use Cmder instead.

like image 853
RazvanR Avatar asked Jan 08 '18 07:01

RazvanR


1 Answers

Try adjusting these settings:

In Integration > Default Term, select the Force ConEmu as default terminal for console applications checkbox:

Force ConEmu as default option in Cmder settings

Then, point the applications you wish to use via Cmder in the List of hooked executables section. In your case, since you want to use Cmder as the default in Visual Studio, you would add |devenv.exe into the list below:

Adding parent apps to use Cmder as default

Save these settings, possibly restart your computer, and it should open a new Cmder tab the next time you run the console in Visual Studio.

More Info and Options Here

like image 178
adriennetacke Avatar answered Nov 19 '22 00:11

adriennetacke