From 33e300616bcb2f24a39996e1e58e6209ae2c94dd Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 24 Mar 2023 23:46:13 +0100 Subject: [PATCH] use more specific action event --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0d4b3f39..bbd3c385f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "redhat.vscode-yaml" ], "activationEvents": [ - "*", + "onStartupFinished", "onFileSystem:openapi-42crunch" ], "capabilities": {