Skip to content

Publish

Hoshi Ran edited this page Jan 14, 2024 · 4 revisions

Install VSCE

If vsce is not installed, run the following.

npm install -g vsce

Build VSIX

To make packaged extension in a VSIX file format, run the following command.

vsce package

Publish

Access from marketplace.visualstudio.com.

And publish from This extension's section > More Actions > Update

Clone this wiki locally