Skip to content

Commit a08f2df

Browse files
committed
Change activation event to all to start the extension eagerly
1 parent e5a978e commit a08f2df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Other"
1616
],
1717
"activationEvents": [
18-
"onStartupFinished"
18+
"*"
1919
],
2020
"main": "./dist/extension.js",
2121
"contributes": {

0 commit comments

Comments
 (0)