Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 728 Bytes

update_snippet.md

File metadata and controls

11 lines (11 loc) · 728 Bytes
  1. Increment the version number in package.json file and check if all snippets are mentioned in contributes.
  2. Update the README.md with the new snippet names.
  3. Update the CHANGELOG.md with the changes.
  4. You must have npm installed on the system. Run npm in terminal to check.
  5. Open terminal and type the following commands
  • npm install -g vsce
  • Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
  • vsce package
  1. The command will create a .vsix file.
  2. Open this link and click on the three dots on the Extension you want to update and press Update.
  3. Drop the .vsix file and your extension will be updated.