Skip to content

Commit 23822f3

Browse files
authored
fix: activate extension only when it's needed (#186)
1 parent c346a17 commit 23822f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@
6363
},
6464
"main": "./out/main",
6565
"activationEvents": [
66-
"*"
66+
"onDebugResolve:nativescript",
67+
"onCommand:nativescript.runIos",
68+
"onCommand:nativescript.runAndroid",
69+
"onCommand:nativescript.showOutputChannel"
6770
],
6871
"contributes": {
6972
"configuration": {

0 commit comments

Comments
 (0)