티스토리 뷰

Javascript

VSCODE plugin 배포하기

딩신 2021. 2. 5. 02:20

code.visualstudio.com/api/working-with-extensions/publishing-extension

 

Publishing Extensions

Learn how to publish Visual Studio Code extensions to the public Marketplace and share them with other developers.

code.visualstudio.com

사실 여기 잘 나와있다

 

npm install -g vsce
vsce package // 로컬 빌드
vsce publish // 아예 마켓까지 올려버리는 명령어

 

publish로 하면 훨씬 빠르지만 먼저 빨리 배포하고 싶어서

package로 빌드를 말고, 나온 파일을 아래에 추가, 5분정도면 배포가 완료된다.

저녁시간에 만든 코드가 배포되다니!! vs code에서 바로 확인할 수 있다

감동..

github.com/qlee3/hangul-chosung-find-vscode-extensions

 

qlee3/hangul-chosung-find-vscode-extensions

vscode에서 초성으로 한글 변수, 함수명 등을 찾아주는 플러그인. Contribute to qlee3/hangul-chosung-find-vscode-extensions development by creating an account on GitHub.

github.com

 

댓글