본문 바로가기
휴게소

터미널에서 'code' 명령어가 안될 때 해결 방법

by Vintz 2021. 12. 15.
반응형

터미널에서 VS Code 바로 열기

VS Code에서 cmd + shift + p로 명령 팔레트를 열고, code라고 검색 후 설치해주면 터미널에서 code . 명령어로 해당 경로의 VS Code를 바로 열 수 있다.

'code' 명령 설치하기
projects 폴더에서 VS Code를 바로 열 수 있다

그렇게 잘 사용해오다가 맥북 M1으로 교체하고 난 후 적용해보니 아래와 같이 설치가 되지 않았다.

https://github.com/microsoft/vscode/issues/129884

맥북 M1 이슈인듯 한데 계속 사용하다보니 자잘한 버그가 많다. 해결 방법은 간단하다. 먼저 code 명령을 제거한 후 설치를 진행하면 정상 작동한다.

설치한 적도 없는데 제거 후 설치해야 한다

I found a fix. I simply uninstalled the code command from PATH in vscode and reinstalled. i.e open the command pallete, search "uninstall 'code'" and select the first option to uninstall. Do same for installing too. That should fix it - Lazy-poet

참고

Cannot add code to PATH, permission denied - VS Code issues
반응형