Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iknowkungfoo/d6cfb4bcb4233cacdcd7d2b458b89a48 to your computer and use it in GitHub Desktop.
Save iknowkungfoo/d6cfb4bcb4233cacdcd7d2b458b89a48 to your computer and use it in GitHub Desktop.
{
"terminal.integrated.profiles.windows": {
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
},
"Windows PowerShell": {
"path": "C:\\Program Files\\PowerShell\\7\\pwsh.exe"
}
},
"terminal.integrated.defaultProfile.windows": "Windows PowerShell"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment