Greeso
Greeso

Reputation: 8249

Adding new terminal shell to VS Code

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

enter image description here

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

Answers (1)

Christina Sebastian
Christina Sebastian

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

enter image description here enter image description here

Upvotes: 1

Related Questions