Issue #126 (VS Code's Default Terminal)09/18/24
If you often use the terminal inside VS Code, you may want to switch VS Code's
default terminal to another. You can do this on both Mac and Windows, depending on what terminals are detected and installed on your system. On my Windows machine, Powershell is the default terminal.
Meanwhile on my Macbook Air, the default terminal is zsh.
If I want to use
Git Bash as my default terminal on Windows (since I have Git Bash installed and I use it regularly), I can do this in one of two ways. I can open my command palette and search for the command "Terminal: Select Default Profile" or I can click the little dropdown arrow next to the "New Terminal" button (the plus sign):
From there I can
choose the option "Select Default Profile". Either way, I will get a dropdown in my command palette with options to switch my default Terminal to whatever I want.
If you decide to switch this way, you'll have to kill the current terminal session then reopen the terminal to see the new default terminal take effect.
Of course, you can also use the little dropdown arrow to select a new terminal session using whatever terminal is available, and it will open using that terminal only for that session.
Now on to this week's hand-picked links!