Skip to content

Commit

Permalink
start up slightly later to not slow initial vscode startup down
Browse files Browse the repository at this point in the history
the event is now `"onStartupFinished"` instead of `"*"`, so a bit gentler
  • Loading branch information
phil294 committed May 14, 2023
1 parent a91d226 commit 199da81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Other"
],
"activationEvents": [
"*"
"onStartupFinished"
],
"main": "./src/extension.js",
"contributes": {
Expand Down

0 comments on commit 199da81

Please sign in to comment.