0

I've configured VS Code to use Git Bash as my default terminal, but when AugmentCode runs commands (like Flutter commands or tasks), it still uses PowerShell.

What I've already done:

  1. Set Git Bash as my default terminal profile:
"terminal.integrated.defaultProfile.windows": "Git Bash"
  1. Configured terminal profiles:
   "terminal.integrated.profiles.windows": {
     "Git Bash": {
       "path": "C:\\Program Files\\Git\\bin\\bash.exe",
       "args": []
     }
   }
  1. Set automation profile to use Git Bash:
   "terminal.integrated.automationProfile.windows": {
     "path": "C:\\Program Files\\Git\\bin\\bash.exe",
     "args": []
   }

Current behavior:

  • When I open a terminal manually (Ctrl+`), Git Bash opens correctly
  • When AugmentCode runs a command, VS Code still uses PowerShell

Environment:

  • Windows 11
  • VS Code version: 1.101.0
  • Git Bash is installed and working correctly
  • Flutter/Dart extensions are installed

I've restarted VS Code multiple times, but the issue persists. What am I missing? Is there another setting that's overriding my configuration?

1
  • That sounds more like a question for SuperUser .... superuser.com Commented Jun 17 at 20:08

1 Answer 1

1

This worked for me:

Configure Terminal Settings

  1. Click the gear icon in the top-right of the Augment chat window

  2. Navigate to Terminal settings

  3. Select your preferred shell from the dropdown menu

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.