When running console applications from Visual Studio (not Code), I would like to use Cmder instead.
Asked
Active
Viewed 6,952 times
1 Answers
16
Try adjusting these settings:
In Integration > Default Term, select the Force ConEmu as default terminal for console applications checkbox:
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:
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.
adriennetacke
- 1,726
- 1
- 14
- 21

