Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- PersistenceContext
- 달인막창
- Spring Batch
- PytestPluginManager
- JanusWebRTCGateway
- 깡돼후
- mp4fpsmod
- Value too long for column
- addhooks
- 오블완
- VARCHAR (1)
- JanusGateway
- 겨울 부산
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- terminal
- 개성국밥
- JanusWebRTC
- 자원부족
- JanusWebRTCServer
- table not found
- taint
- preemption #
- kotlin
- 코루틴 컨텍스트
- tolerated
- vfr video
- pytest
- python
- 코루틴 빌더
- 티스토리챌린지
Archives
너와 나의 스토리
[VSCode] Terminal - git bash로 설정하는 방법 본문
반응형
-
Setting 들어가기
- 단축키: [command+,]
- [terminal.integrated.shell.windows] 검색
- [Edit in settings.json] 클릭
-
settings.json 수정
- 아래와 같이 수정
{
"files.autoSave": "onWindowChange",
"cmake.configureOnOpen": true,
"terminal.integrated.shell.osx": "/bin/bash",
"terminal.integrated.shell.windows": "/usr/local/bin/powershell"
}
-
결과:
반응형
'개발' 카테고리의 다른 글
[homebrew] brew cask 사용하기, "Unknown command: cask" 에러 해결 (2) | 2021.02.07 |
---|---|
jdk version 모두 확인 및 변경(default Java) (0) | 2021.02.04 |
[Clean Code 클린 코드]를 읽고 - "의미있는 이름"편 (0) | 2020.12.12 |
[MySQL] SyntaxError: Unexpected identifier (1) | 2020.10.31 |
Django 시작하기! (0) | 2020.10.31 |
Comments