Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ web_modules/
# Output of 'npm pack'
*.tgz

# VS Code extension packages
*.vsix

# Yarn Integrity file
.yarn-integrity

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Quick Command Buttons",
"icon": "public/logo.png",
"description": "Add customizable buttons to quickly execute commands in VS Code",
"version": "0.2.3",
"version": "0.2.5",
"publisher": "KubrickCode",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -263,8 +263,8 @@
}
},
"scripts": {
"package": "vsce package --out versions/",
"install-package": "code --install-extension versions/quick-command-buttons-$npm_package_version.vsix",
"package": "vsce package && find . -maxdepth 1 -name '*.vsix' ! -name '*'$npm_package_version'.vsix' -delete",
"install-package": "code --install-extension quick-command-buttons-$npm_package_version.vsix",
"vsce-publish": "vsce publish",
"ovsx-publish": "ovsx publish"
},
Expand Down
Binary file removed versions/quick-command-buttons-0.2.2.vsix
Binary file not shown.
Binary file removed versions/quick-command-buttons-0.2.3.vsix
Binary file not shown.