Visual Studio Code

vscode 터미널 git bash 설정하기

hjcode 2020. 6. 15. 13:21

윈도우 vscode 터미널에서 간혹 먹지않는 명령어들이 있다.

기본터미널을 git bash로 바꿔주면 해결된다.

일단 git이 설치되어 있어야 한다.

 

vscode에서 ctrl + , 를 눌러 설정에 들어갑니다.

terminal.integrated.shell.windows 를 입력하고 setting.json에 들어갑니다.

 

사진과 같이 "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe" 를 

입력하고 (자신의 git 설치 경로) 새 터미널을 열어 확인하면 됩니다.

반응형