Developemnt Environment/Visual Code (IDE)
VScode CLI 명령어
보간
2024. 9. 28. 18:30
11. VS에서 파일/디렉토리 열기
code
: Visual Studio Code 에디터를 실행하는 CLI(명령줄 인터페이스) 명령어
code filename
: 특정 파일을 열 수 있다.code .
: 현재 디렉터리에서 VSCode를 실행