From 76b561ae99a31a3d8f85ad090f1821bc23f85676 Mon Sep 17 00:00:00 2001 From: Ilia Pozdnyakov Date: Mon, 27 Feb 2023 15:41:56 +0600 Subject: [PATCH] clean up activation events Relies on https://code.visualstudio.com/updates/v1_74#_implicit-activation-events-for-declared-extension-contributions Resolves #16 --- CHANGELOG.md | 4 ++++ package.json | 8 +++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6e9c1..51a2e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.4 + +- Cleaned up extension activation events + ## 1.1.3 - Fixed a bug with adjacent SGI and non-SGI escapes diff --git a/package.json b/package.json index 2a4b69b..c2fdab3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "iliazeus", "displayName": "ANSI Colors", "description": "ANSI color styling for text documents", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "repository": { "url": "https://github.com/iliazeus/vscode-ansi" @@ -14,7 +14,7 @@ }, "icon": "images/icon.png", "engines": { - "vscode": "^1.45.0" + "vscode": "^1.74.0" }, "categories": [ "Themes", @@ -26,9 +26,7 @@ "colors", "logs" ], - "activationEvents": [ - "*" - ], + "activationEvents": [], "main": "./out/extension.js", "contributes": { "commands": [