본문 바로가기
Visual Studio Code

vscode 터미널 git bash 설정하기

by hjcode 2020. 6. 15.

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

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

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

 

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

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

 

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

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

반응형

'Visual Studio Code' 카테고리의 다른 글

VS Code 플러그인  (0) 2019.11.04
vscode 유용한 기능  (0) 2019.09.25