How to change default terminal in VS Code?

Asked 2 months ago by SJ Siam on Visual Studio Code

MD Shahariar Jaman Siam - Photo

Whenever I try to create a new terminal, it automatically create git bash terminal. But I want to use PowerShell and so I want to make it so that it automatically creates PowerShell.

Loading...
3

Answers: How to change default terminal in VS Code?

Accepted Answer

Answered 2 months ago by Nowshad Jaman

Follow these steps to change the default terminal:

  1. Open VS Code

  2. Press F1 from keyboard

  3. Type “Terminal: Select Default Profile” or “Terminal: Select Default Shell” and select it.

  4. Now select the desired terminal to be defaulted from the list.

 

Nowshad Jaman
Loading...
1