Terminal git bash 설정
vscode 에서 기본 terminal 을 git bash 로 변경합니다.
- 설정 열기:
ctrl + ,
- 설정 검색:
terminal.integrated.shell.windows
- 설정 변경:
1
2"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"terminal.integrated.shellArgs.windows": ["--login", "-i"] - 저장 & vscode 재시작
Explorer 파일 숨기기
Explorer 에 노출되는 불필요한 파일을 숨깁니다.
- 설정 열기:
ctrl + ,
- 설정 검색:
files.exclude
- 패턴 추가:
1
2
3node_modules
.next
# .. 기타 등등