Skip to content

Commit

Permalink
Remove no longer necessary activation event 🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoPdRF committed May 26, 2024
1 parent f48ccc9 commit 89d9e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- [`v7.6.0` changes](https://github.com/root-project/jsroot/releases/tag/7.6.0).
- [`v7.6.1` changes](https://github.com/root-project/jsroot/releases/tag/7.6.1).
- [`v7.7.0` changes](https://github.com/root-project/jsroot/releases/tag/7.7.0).
- Removed no longer necessary activation event.

## [1.2.4] - 2024-02-09

Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.2.4",
"publisher": "albertopdrf",
"engines": {
"vscode": "^1.64.0"
"vscode": "^1.75.0"
},
"license": "MIT",
"categories": [
Expand All @@ -16,9 +16,6 @@
"color": "#346295",
"theme": "dark"
},
"activationEvents": [
"onCustomEditor:rootFileViewer.rootFile"
],
"main": "./dist/extension.js",
"browser": "./dist/web/extension.js",
"contributes": {
Expand Down

0 comments on commit 89d9e8f

Please sign in to comment.