How to change cmd terminal to git bash on vscode(vscode에서 cmd터미널 git bash으로 바꾸기)

by - August 07, 2018




위 그림대로 VSCode Palette를 켜고
open VSCode Palette like above pic
Shift-Ctrl-p

아래와 같이 검색해서 기본 쉘을 선택한다.
type like this for selecting the default shell.
Select Default Shell

git bash를 선택한 뒤 Ctrl+`를 눌러서 터미널 창을 켜고 +표시를 눌러서 bash를 추가해준다.
select git bash and type Ctrl+` to open terminal in VSCode and click on + to add bash in there.



Reference

You May Also Like

0 comments