728x90
1. 환경 세팅
- Node.js (https://nodejs.org/en/)
- Git (https://git-scm.com/)
- Yeoman (https://yeoman.io/)
npm install -g yo
- VS Code Extension Generator (https://www.npmjs.com/package/generator-code)
npm install -g yo generator-code
2. 프로젝트 생성
yo code
3. 실행 확인
F5 > Shift + Command + P > Hello World > enter
참고 사이트 : https://code.visualstudio.com/api/get-started/your-first-extension
728x90
'IT > TOY Project' 카테고리의 다른 글
[TOY] React+Spring+DB 연결해서 사용하기 (0) | 2023.01.13 |
---|---|
[TOY] VScode Extension 만들기(4) - 코딩하는 고양이[test] (0) | 2022.06.22 |
[TOY] VScode Extension 만들기(3) - Extension Manifest (0) | 2022.06.21 |
[TOY] VScode Extension 만들기(2) - 메시지 변경 (0) | 2022.06.21 |