Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 752 Bytes

File metadata and controls

19 lines (11 loc) · 752 Bytes

Integrated-VS-code-with-git-bash

Let's See How to integrate git bash with vs code

first you need to oopen setting

sarch setting.json

Capture1

then in last you have to paste like these

update

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

Now you will able to use git bash terminal in vs code

final