Shells

  1. Edit settings.json (user settings).
  1. "terminal.integrated.profiles.windows": {.

3.

"PowerShell": {.

4.

"source": "PowerShell",.

5.

"icon": "terminal-powershell",.

6.

"args": ["-ExecutionPolicy", "Bypass"],.

7.

},.

8.

"Command Prompt": {.

9.

"path": [.

10.                 "${env:windir}\\Sysnative\\cmd.exe",
11.                 "${env:windir}\\System32\\cmd.exe"

12.

],.

13.

"args": [],.

14.

"icon": "terminal-cmd".

15.

},.

16.

"Git Bash": {.

17.

"source": "Git Bash".

18.

}.

19.

},.

Updated: 2026 Aug 19