컴퓨터/git
[vscode] terminal을 git bash로 바꾸기
수제녹차
2020. 1. 7. 15:04
728x90
반응형
1) VScode에서 ctrl + , 누르면 설정에 들어간다.
2) 설정 검색칸에 'terminal.integrated.shell.windows' 입력
3) press 'settings.json에서 편집 '
4) 추가 입력
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
}
5) ctrl + shift + `으로 새 터미널을 열어 확인
or
VScode를 껐다 켠다.
반응형