할껀하고놀자

[Git] visual studio code에 git bash 띄우기 본문

[IT]/Git

[Git] visual studio code에 git bash 띄우기

working_hard 2019. 10. 7. 11:00
728x90
  1. ctrl + , 으로 설정 창 먼저 띄워준다.
  2. 검색창에 `terminal.integrated.shell.windows` 입력
  3. .json 에 이거 붙여넣고 껏다 키면 됨.
{
  "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
}
Comments