Skip to content

Commit 5c7470f

Browse files
committed
📍 v2.4.3
1 parent c96257e commit 5c7470f

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the "sysinfo-vscode" extension will be documented in this
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## 2.4.3 - 2022-07-12
8+
9+
### Changed
10+
11+
- `activationEvents`: `*` -> `onStartupFinished`
12+
713
## 2.4.2 - 2022-07-12
814

915
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "System Information",
44
"description": "Show system information ( includes extensions list ) by markdown or JSON for VS Code",
55
"icon": "images/infohex.128.png",
6-
"version": "2.4.2",
6+
"version": "2.4.3",
77
"publisher": "wraith13",
88
"readme": "README.md",
99
"license": "SEE LICENSE IN LICENSE_1_0.txt",
@@ -29,7 +29,7 @@
2929
"extensions list"
3030
],
3131
"activationEvents": [
32-
"*"
32+
"onStartupFinished"
3333
],
3434
"main": "./out/source/extension",
3535
"contributes": {

0 commit comments

Comments
 (0)