VS Code is a open source editor which is most famous in developers. In this article we are going to see how to set the default terminal in VS Code editor.
In this article, I’m going to set the Git Bash as a default VS Code terminal.
First you want to install and activate the Git Bash.
![Set Default Terminal 1 Set Default Terminal 1](https://maheshwaghmare.com/wp-content/uploads/2022/03/vs-code-set-default-terminal-1024x549.png)
Then, Select your preferred terminal. I’m selecting the Git Bash.
![Set Default Terminal 2 Set Default Terminal 2](https://maheshwaghmare.com/wp-content/uploads/2022/03/vs-code-set-git-bash-as-default-terminal-1024x549.png)
If you open the settings.json
file then you can see something below setting:
"terminal.integrated.defaultProfile.windows": "Git Bash",
![Set Default Terminal 3 Set Default Terminal 3](https://maheshwaghmare.com/wp-content/uploads/2022/03/vs-code-default-terminal-settings.json-file.png)
Also, See below short video for reference: