Skip to content
tikkanz edited this page Dec 31, 2022 · 9 revisions

Reminder of development processes

Updating language syntax file

Publishing a new release

  • Update CHANGELOG.md and package.json with the details of the new version number and changes.
  • run npm i in terminal to update version in package-lock.json.
  • Commit to changes to git repository, tag with version number and push to GitHub remote
  • In a terminal, in the local Git repository: vsce publish

Replacing Personal Access Token

Personal Access Tokens (PAT) are required by vsce in order to publish extensions. PATs will expire after a year (at the longest). At that point a new PAT is required.

Get new PAT

Update PAT locally

  • In a terminal session, in the local Git repository: vsce login tikkanz
  • When prompted answer y to overwrite the PAT. Provide new PAT.