Skip to content

Commit

Permalink
package update and activation event changed to 'onStartupFinished'.
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed Oct 6, 2022
1 parent 87c23fc commit fdb5f22
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"url": "https://github.com/maziac/hex-hover-converter.git"
},
"engines": {
"vscode": "^1.54.0"
"vscode": "^1.71.0"
},
"categories": [
"Other"
],
"icon": "assets/icon.png",
"activationEvents": [
"*"
"onStartupFinished"
],
"main": "./out/extension",
"scripts": {
Expand All @@ -36,9 +36,9 @@
"publish": "vsce publish"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
"@types/node": "^13.13.39",
"@types/vscode": "^1.52.0",
"typescript": "^4.1.3"
"@types/mocha": "^10.0.0",
"@types/node": "18.8.2",
"@types/vscode": "^1.71.0",
"typescript": "^4.8.4"
}
}

0 comments on commit fdb5f22

Please sign in to comment.