Skip to content

Commit

Permalink
update vscode activation event
Browse files Browse the repository at this point in the history
  • Loading branch information
elazarcoh committed Jun 13, 2024
1 parent f953225 commit 030fa15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Other"
],
"activationEvents": [
"*"
"onStartupFinished"
],
"main": "./dist/extension.js",
"contributes": {
Expand Down Expand Up @@ -169,7 +169,8 @@
"vscode:prepublish": "webpack --mode production",
"build": "webpack --mode development",
"watch": "webpack --mode development --watch",
"lint": "eslint src --ext ts"
"lint": "eslint src --ext ts",
"package": "vsce package"
},
"devDependencies": {
"@types/cron": "^1.7.2",
Expand Down

0 comments on commit 030fa15

Please sign in to comment.