HomeProfileCategories

 

 

 

  •  
  •  
  •  

 
 
 
 
 
 
 
 
 
 

 

  •  
  •  
  •  

Start Visual Studio Code on Terminal on MacOS

Bybbon@live.comauthor image

Categories:

  • Blog
  • COMPUTING
  • HowTo

구성

명령 팔레트를 열고 (Command ⌘ + Shift ⇧ + p), Shell Command: Install 'code' command in PATH를 선택합니다.

Shell Command

이제 터미널 앱에서 Visual Studio Code를 실행할 수 있습니다.

$ cd path-to-workspace
$ code .

참조:

  • Launching from the command line: Visual Studio Code on macOS

Tags

  • command
  • MAC
  • macos
  • terminal
  • visual studio code
  • vscode