Integrate Git Bash with Visual Studio Code
Integrate Git Bash with Visual Studio Code: (VSCode Terminal Bash)
To Integrate Git Bash with Visual Studio Code please follow the below instruction step by step.
To Integrate Git Bash with Visual Studio Code please follow the below instruction step by step.
Integrate Git Bash with Visual Studio Code : (VSCode Terminal Bash)
Following are the steps:
- First, Install Git Bash - Download & Install Git
- Second, Install Visual Studio Code - Download & Install Visual Studio Code
- Now, Open your Visual Studio Code Editor, and Go to File > Preferences > Settings (Ctrl + ,)
- Now, Copy Paste the following code in User Settings
- To Check, Press Ctrl + ~ (Control+Tilde) and your Bash Terminal will open with bash.
Note: if you are not able to find then click on ... on right side and open settings.json
// Git Bash
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
Ref Link - https://code.visualstudio.com/docs/editor/integrated-terminal
Congrats!, you have successfully Integrated Git Bash with your Visual Studio Code.