- Running VS Code on Mac
- Running VS Code on Linux
- Running VS Code on Windows
- Node.js Applications with VS Code
shell Command
특정 폴더에서 code . 를 입력하면 VS code가 위히찬 폴더를 기준으로 실행된다.
Mac
- Ctrl+Command+P
- shell command
- 쉘 명령: PAHT에 'code' 명령어 설치
Linux
VS Code 설치 후 쉘 환경에서 'code' 실행
Windows
code가 위치를 %PATH%에 설정
Windows 7 에서 .NET Framework 4.5.2 필수
Node.js 실행
app.js를 작성 후 shell 에서 node app.js 형식으로 실행
node app.js
반응형
'ide > vscode' 카테고리의 다른 글
VS Code Extension (0) | 2019.11.24 |
---|---|
vscode Keyboard reference sheets (0) | 2019.02.20 |
vs code 새창으로 작업폴더 열기 (0) | 2018.02.21 |
Visual Studio Code Keymap (0) | 2016.11.29 |
Setting up Visual Studio Code (0) | 2016.11.25 |