From 45dee8df1400d927dba824032d0b74b720a3f237 Mon Sep 17 00:00:00 2001 From: RasputinKaiser <178525839+RasputinKaiser@users.noreply.github.com> Date: Mon, 11 May 2026 21:12:07 -0400 Subject: [PATCH] fix: activate contributed commands explicitly --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 685c1f1..10643b0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,11 @@ "categories": [ "Other" ], - "activationEvents": [], + "activationEvents": [ + "onCommand:custom-search.openSearch", + "onCommand:custom-search.openNewSearchTab", + "onCommand:custom-search.searchInFolder" + ], "main": "./out/extension.js", "contributes": { "commands": [