Skip to content

Commit

Permalink
Merge pull request #16 from yokawasa/fix-activation-events
Browse files Browse the repository at this point in the history
Remove onCommand entries from  activationEvents in package.json
  • Loading branch information
yokawasa authored Apr 30, 2024
2 parents 1c227a0 + bccd9cf commit bc5ae6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"token",
"decoder"
],
"activationEvents": [
"onCommand:extension.jwtdebugger.decode"
],
"activationEvents": [],
"main": "./out/extension.js",
"contributes": {
"commands": [
Expand Down

0 comments on commit bc5ae6b

Please sign in to comment.