sarpay
8/7/2018 - 1:47 PM

VS Code Integrated Terminal

https://code.visualstudio.com/docs/editor/integrated-terminal 

Windows Config Settings

// Command Prompt
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"

// PowerShell
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"

// Git Bash
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"