From 5cf63f729ae2b852f67d7d1f79d2f693251260c6 Mon Sep 17 00:00:00 2001 From: Yu Bo Gao Date: Fri, 24 Mar 2023 12:06:15 -0400 Subject: [PATCH] Update activation events --- skyline-vscode/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skyline-vscode/package.json b/skyline-vscode/package.json index ed4fc05..2492505 100644 --- a/skyline-vscode/package.json +++ b/skyline-vscode/package.json @@ -12,7 +12,8 @@ "Other" ], "activationEvents": [ - "onStartupFinished" + "onStartupFinished", + "onCommand: skyline-vscode.cmd_begin_analyze" ], "main": "./out/main.js", "contributes": {