Skip to content

Instantly share code, notes, and snippets.

@motss
Last active January 15, 2017 16:23
Show Gist options
  • Save motss/8798e1249f14e01a225f6d6692100269 to your computer and use it in GitHub Desktop.
Save motss/8798e1249f14e01a225f6d6692100269 to your computer and use it in GitHub Desktop.
vscode-snippets-simple-guide

Simple pre-requisites.

  1. npm install -g vsce
  2. Create a free account at https://www.visualstudio.com/en-us/get-started/setup/sign-up-for-visual-studio-online
  3. Create your publisher name - vsce create-publisher (publisher name)
  4. Create Extension manifest (package.json). More details at https://code.visualstudio.com/docs/extensionAPI/extension-manifest
  5. vsce publish // OR vsce publish major|minor|patch
  6. DONE. Your snippet is now up on VS Code's Extensions marketplace.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment