Trouble
2024.06.11에 설치한 가장 최신의 Visual Studio Code를 사용하는데
Git bash의 실행이 눈에 띄게 느려졌음을 확인
역시나 이미 많은 해외의 개발자들이 비슷한 문제를 겪고 있었고,
해결한 경험을 나누고 있었다.
https://github.com/microsoft/vscode/issues/214407
Git bash slow since last update · Issue #214407 · microsoft/vscode
Type: Performance Issue Since the last update, the integrated git bash terminal inside vscode have a high latency (around 5 seconds) after initialize it or running a command Disabling all extension...
github.com
Shooting
해결 방법은 의외로 간단했다.
VS Code 설정에서 Terminal > Intergrated > Shell Integration Enabled의 Check를 해제한다.