Shane Bartholomeusz

Geek and lover of all things tech related

How To: Set Default Terminal In VS Code

Overview

By default Visual Studio Code will open a PowerShell session when you launch a new terminal window. But what if you want something else instead?

Well you’re in luck because in this article I’ll show you how you can easily change the default shell in Visual Studio Code.

VS Code Icon

Solution

  1. Open Visual Studio Code
  2. Press CTRL + SHIFT + P to open the Command Palette
  3. Search for “Terminal: Select Default Profile” (previously “Terminal: Select Default Shell”)
  4. Select your preferred shell. In my case I selected “Git Bash”
Visual Studio Code Screenshot
Visual Studio Code Screenshot

Final Thoughts

I hope you have found this article to be useful.

Visual Studio Code is a fantastic code editor. If you have any other Visual Studio Code tips, feel free to share them in the comments below. Happy coding!

Shane Bartholomeusz

7 Comments

  1. Hey the command is changed it

    Terminal: Select Default Profile

  2. I wanted to use Bun js instead of node for my terminal, I couldn’t get an option of Ubuntu to run on my terminal so tmux came in handy and I’m able to run my shell commands 30 times quicker than before, thank you.

  3. Thank You very much. It helped me a lot to prevent the slowness of powershell during normal terminal works. Thanks again

  4. Mark Glenn M. Gabuya

    8th June 2023 at 12:27 pm

    Thank You Sir, it took me hours in configuring the deprecated file yet this easy solution had helped me.

  5. Thank you for publishing this useful article.

Leave a Reply

© 2024 Shane Bartholomeusz

Theme by Anders NorenUp ↑