Skip to content

Instantly share code, notes, and snippets.

@jgwill
Created December 9, 2018 10:47
Show Gist options
  • Save jgwill/fac01a62bb7ef7d091167a1538af3e5c to your computer and use it in GitHub Desktop.
Save jgwill/fac01a62bb7ef7d091167a1538af3e5c to your computer and use it in GitHub Desktop.
@q How to publish a vscode package extension using command line?
#@q How to publish a vscode package extension using command line?
#Install the tool
sudo npm install -g vsce
# Publishing
vsce publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment