[Visual Studio Code] code . 작동 안 할 때

sbj·2023년 12월 9일
0

ERROR.zip

목록 보기
7/19
post-thumbnail

Problem(문제)

터미널에서 code로 비주얼 스튜디오 코드를 오픈하려고 할 때, not found. 라며 열리지 않는 에러 발생한다면

Solutution(해결방법)

  1. 터미널 오픈
    sudo chown -R your_user_name /usr/local/bin
    명령어 입력

  2. 다시 비주얼 스튜디오 코드로 돌아가서
    command + shift + p 오픈

  3. 검색창
    install 'code' 입력

  4. 다시 폴더로 돌아와서 기존에 시도하던 code . 입력해보면

정상적으로 실행될 것이다.

profile
Strong men believe in cause and effect.

0개의 댓글