IDE/VS Code

VS Code - 확장 게시(Extension Publish)

라큐브 2022. 6. 22. 10:04

1. NPM `VSCE` 설치

npm install -g vsce

2. Marketplace 로그인

vsce login `사용자 ID`
'UserID' : Personal Access Token

Personal Access Token은 다음 페이지에서 발급 받을 수 있습니다.

https://dev.azure.com/

 

Azure DevOps Services | Microsoft Azure

Plan smarter, collaborate better, and ship faster with Azure DevOps Services, formerly known as Visual Studio Team Services. Get agile tools, CI/CD, and more.

azure.microsoft.com

3. 확장 게시

vsce publish

 

반응형