IT 스터디/Ubuntu

터미널에서 code . 명령어가 동작을 하지 않을 때...

KimDol2 2024. 1. 24. 11:18

 

 

오랜만에 노트북을 켜고 VS Code를 실행하려고 터미널에서 code . 명령어를 입력했는데, VS Code가 실행이 되질 않는다... 뭐지? 

 

 

구글에 Command 'code' not found, but can be installed with: 이라고 검색을 해본다. 검색을 해보니 vs code의 command palette "shell command" 를 입력하라고 한다.

 

 

 

"code ." is not working in on the command line for Visual Studio Code on OS X/Mac

The command code . doesn't work in this manual. All the other steps before that worked. How can I call the Visual Studio Code in an OS X terminal? pwd /Users/mona/nodejs/myExpressApp code . -bash:

stackoverflow.com

 

 

그런데 vs code 에서 그런 명령어는 없다. -_-? 아마도 위의 해결책은 MacOS에서만 해당되는 건가? 암튼 Ubuntu에서는 shell command 가 없다.

 

 

 

그래서 그냥 다시 설치해보기로 했다. 

 

 

 

Running Visual Studio Code on Linux

Get Visual Studio Code up and running on Linux.

code.visualstudio.com

 

중간에 snap 패키지 설치하는 부분을 따라 sudo snap install --classic code 명령어를 실행하고 다시 code . 명령어를 실행하니 터미널에서 VS Code 가 정상적으로 실행이 된다. :)

 

반응형