From 5cc6fdab2e6dc673012092b3efbe7b445ad23c60 Mon Sep 17 00:00:00 2001 From: Justin Grote Date: Wed, 25 Sep 2024 10:06:09 -0700 Subject: [PATCH] Change activation to onStartupFinished Same behavior as * but does not slow down vscode startup. There's no reason GistPad has to block extension loading. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d024431..1a98f2ae 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "workspace" ], "activationEvents": [ - "*" + "onStartupFinished" ], "main": "./out/extension.js", "contributes": {