Skip to content

Commit

Permalink
clean up activation events
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Pozdnyakov committed Feb 27, 2023
1 parent 385fb1f commit 76b561a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -14,7 +14,7 @@
},
"icon": "images/icon.png",
"engines": {
"vscode": "^1.45.0"
"vscode": "^1.74.0"
},
"categories": [
"Themes",
Expand All @@ -26,9 +26,7 @@
"colors",
"logs"
],
"activationEvents": [
"*"
],
"activationEvents": [],
"main": "./out/extension.js",
"contributes": {
"commands": [
Expand Down

0 comments on commit 76b561a

Please sign in to comment.