Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode Change Default Terminal

I am using Visual Studio Code on my Windows 10 PC. I want to change my default terminal from Windows PowerShell to Bash on Ubuntu (on Windows).

How can I do that?

like image 229
abhijeetps Avatar asked Oct 04 '22 15:10

abhijeetps


People also ask

How do I change my default terminal?

Launch the Windows Terminal by right-clicking on the Start button. From the drop-down option near the + symbol, select the Settings menu. From the Settings tab of Windows Terminal, select the Default Terminal application as Terminal. Click on the SAVE button.


2 Answers

You can also select your default terminal by pressing F1 in VS Code and typing/selecting Terminal: Select Default Profile (or Terminal: Select Default Shell in older VSCode versions). Terminal Selection 3

Older: Terminal Selection

Terminal Selection

like image 585
Levi Fuller Avatar answered Oct 16 '22 15:10

Levi Fuller


Configure your default integrated terminal by running the Terminal: Select Default Profile command, which is also accessible via the terminal dropdown.

enter image description here

See https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-profiles

like image 66
arielhad Avatar answered Oct 16 '22 16:10

arielhad