Skip to content

Commit

Permalink
fix: change extension start up time
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhuish committed Dec 8, 2024
1 parent 637581b commit e56fb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "edwinhuish",
"name": "better-comments-next",
"displayName": "Better Comments Next",
"version": "3.3.9",
"version": "3.3.10",
"description": "Improve your code commenting by annotating with alert, informational, TODOs, and more!",
"author": {
"name": "Edwin Xu"
Expand Down Expand Up @@ -123,7 +123,7 @@
"workspace"
],
"activationEvents": [
"onStartupFinished"
"onLanguage"
],
"galleryBanner": {
"color": "#e3f4ff",
Expand Down

0 comments on commit e56fb1f

Please sign in to comment.