본문 바로가기

개발이야기/Etc

mac 터미널에서 code . 로 vscode 실행

1. Launch VS Code.

 

2. Open the Command Palette (Ctrl+Shift+P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.

 

3. Restart the terminal for the new $PATH value to take effect. You'll be able to type 'code .' in any folder to start editing files in that folder.