Reputation: 8249
I downloaded the cmder shell and would like to integrate it with VS Code and use it as one of the terminals.
In VS Code, when I go to View->Command Pallette, and then type Terminal: Select Default Shell, I am promoted with a drop-down list that looks like the following
I would like to have a fourth option, for Cmder. So the list would include "Command Prompt, PowerShell, Git Bash, and Cmder". How do I add this option?
Thanks.
Upvotes: 0
Views: 774
Reputation: 186
You can follow below link : https://code.visualstudio.com/docs/editor/integrated-terminal
You need to edit the terminal integrated path in settings.json file to which ever thing you want it to compile it with
Upvotes: 1