Skip to content

Commit

Permalink
remove activationEvents entries (as onCommand event entry is no longer
Browse files Browse the repository at this point in the history
needed since VS Code v1.74)

Signed-off-by: Yoichi Kawasaki <[email protected]>
  • Loading branch information
yokawasa committed Apr 30, 2024
1 parent 1c227a0 commit bccd9cf
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 bccd9cf

Please sign in to comment.