- Increment the version number in
package.json
file and check if all snippets are mentioned incontributes
. - Update the
README.md
with the new snippet names. - Update the
CHANGELOG.md
with the changes. - You must have
npm
installed on the system. Runnpm
in terminal to check. - Open terminal and type the following commands
npm install -g vsce
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
vsce package
- The command will create a
.vsix
file. - Open this link and click on the three dots on the Extension you want to update and press Update.
- Drop the .vsix file and your extension will be updated.