Skip to content

Commit 66df9c6

Browse files
update activationEvents
1 parent 2168634 commit 66df9c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "pocketpy",
44
"icon": "icon.png",
55
"description": "pocketpy development tools for VSCode",
6-
"version": "0.0.7",
6+
"version": "0.0.8",
77
"publisher": "pocketpy",
88
"repository": {
99
"type": "git",
@@ -22,7 +22,7 @@
2222
],
2323
"activationEvents": [
2424
"onDebug",
25-
"onCommand:commandId"
25+
"onStartupFinished"
2626
],
2727
"main": "./out/extension.js",
2828
"contributes": {

0 commit comments

Comments
 (0)