Skip to content

Commit

Permalink
Merge branch 'adopt-palette-command'
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhongtw committed Sep 12, 2021
2 parents d0c2646 + aa1714d commit c6a9f50
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@
],
"main": "./out/extension.js",
"contributes": {
"commands": []
"commands": [
{
"command": "gpgIndicator.unlockCurrentKey",
"title": "Unlock Current Key",
"category": "GPG"
}
]
},
"scripts": {
"vscode:prepublish": "npm run compile",
Expand Down

0 comments on commit c6a9f50

Please sign in to comment.