{"terminal.integrated.profiles.windows": {"PowerShell": {"source": "PowerShell","icon": "terminal-powershell"},"Command Prompt": {"path": ["${env:windir}\\Sysnative\\cmd.exe","${env:windir}\\System32\\cmd.exe"],"args": [],"icon": "terminal-cmd"},// add a profile"GitBash": {"path": "C:\\app\\Git\\bin\\bash.exe","args": ["--login"],"icon": "terminal-bash"}},// set default terminal"terminal.integrated.defaultProfile.windows": "GitBash"}
