Ctrl+Shift+P:
Ctrl+P:
Ctrl+`: Terminal
Using "Ctrl+Shift+P" and then type "open user setting"
Now copy this line of code to your own settings page and save -"terminal.integrated.shell.windows": "C:\Program Files\Git\bin\bash.exe"
To change the integrated terminal on Windows, you just need to change the terminal.integrated.shell.windows line:
- Open VS User Settings (Preferences > User Settings). This will open two side-by-side documents.
- Add a new "terminal.integrated.shell.windows": "C:\\Bin\\Cmder\\Cmder.exe" setting to the User Settings document on the right if it's not already there. This is so you aren't editing the Default Setting directly, but instead adding to it.
- Save the User Settings file.
You can then access it with keys Ctrl+backtick by default.