From bccd9cf5dedb80576458e7919e0c6309c5355279 Mon Sep 17 00:00:00 2001 From: Yoichi Kawasaki Date: Tue, 30 Apr 2024 10:06:45 +0900 Subject: [PATCH] remove activationEvents entries (as onCommand event entry is no longer needed since VS Code v1.74) Signed-off-by: Yoichi Kawasaki --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index e2fcb91..e580c71 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,7 @@ "token", "decoder" ], - "activationEvents": [ - "onCommand:extension.jwtdebugger.decode" - ], + "activationEvents": [], "main": "./out/extension.js", "contributes": { "commands": [