From e36229f22b2f9d0069ded396e541fe86012a8b72 Mon Sep 17 00:00:00 2001 From: lucsomers Date: Tue, 30 Jan 2024 11:32:20 +0100 Subject: [PATCH] added activation event to package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 913d77e..3709eae 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "engines": { "vscode": "^1.75.1" }, - "activationEvents": [], + "activationEvents": ["*"], "icon": "images/ampersandLogo.png", "galleryBanner": { "color": "#f6a615",