git vscode
-
git bash랑 vscode terminal 연동하기git hub 2022. 4. 26. 14:19
이제는 vs code에 연동해서 좀 더 간편하게 사용해보자!! 우선 vs code를 실행 시킨다. 그런 다음 f1 키를 사용하여 검색창을 활성화 시킨다. 그런 다음 preperence open settings(JSON)을 클릭해서 열어준다. 그런 다음 코드를 입력 해 준다. { "terminal.integrated.profiles.windows": { "GitBash": { "path": ["C:\\Git\\bin\\bash.exe"], "icon": "terminal-bash" }, "PowerShell": { "source": "PowerShell", "icon": "terminal-powershell" }, "Command Prompt": { "path": "C:\\indows\\inSxS\\ow6..