Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 711 Bytes

CONTRIBUTION.md

File metadata and controls

13 lines (11 loc) · 711 Bytes

Building the extension

  1. Update the version property within task/task.json and vss-extension.json
  2. From the tast/ folder, run npm run package-extension
  3. This will create a .vsix file in the root directory. This is the extension file to upload.

Upload and publish extension

  1. Login to https://marketplace.visualstudio.com/manage/publishers/tylermurry
  2. In the ... menu for the extension, select Update
  3. Select the .vsix file and click upload.
  4. 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.