- Update the
version
property withintask/task.json
andvss-extension.json
- From the
tast/
folder, runnpm run package-extension
- This will create a
.vsix
file in the root directory. This is the extension file to upload.
- Login to https://marketplace.visualstudio.com/manage/publishers/tylermurry
- In the
...
menu for the extension, selectUpdate
- Select the
.vsix
file and click upload. - After the extension has been verified, it is ready to be used.
Note: Typically the new version of the extension does not immediately show up. Running a build should flush it out and the new version will show up the next time.