Skip to content
John Iwasz edited this page Apr 28, 2024 · 2 revisions

Welcome to the speechmarkdown-vscode wiki!

When transpiling locally, the following command line packages the application into a VSIX extension.

  1. Install vsce
npm install -g @vscode/vsce
  1. Log in as WhetstoneTechnologiesInc
npx @vscode/vsce login WhetstoneTechnologiesInc
  1. Supply the PAT from Azure Dev Ops with Marketplace publish rights
  2. Publish the package
npx vsce publish
Clone this wiki locally