Skip to content

Instantly share code, notes, and snippets.

@mike-pete
Last active October 28, 2021 17:33
Show Gist options
  • Save mike-pete/d08dff6c86ae6f84107f1b2ad3f5fb3a to your computer and use it in GitHub Desktop.
Save mike-pete/d08dff6c86ae6f84107f1b2ad3f5fb3a to your computer and use it in GitHub Desktop.
Change default terminal in VS Code

Change the default terminal in VS Code

  1. Press F1
  2. Type Terminal: Select Default Profile (or Terminal: Select Default Shell in older VS Code versions), then press Enter.
  3. Use the arrow keys to scroll to your preferred terminal (I recommend Git Bash).
  4. Press Enter to make the change.

Answer found here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment