From 6d913e1f12fe176514f02be372e0ded162799d77 Mon Sep 17 00:00:00 2001 From: Logan Hampton Date: Tue, 26 Sep 2023 14:57:13 -0700 Subject: [PATCH] Added activationEvents back, vsce requires it --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f800729..6ee0d6b 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ }, "license": "MIT", "main": "./dist/extension", + "activationEvents": ["onLanguage:autoit"], "repository": { "type": "git", "url": "https://github.com/loganch/AutoIt-VSCode.git"