Skip to content

Commit

Permalink
Optimize activation events (#1103)
Browse files Browse the repository at this point in the history
* Optimize activation events by activating the extension only on reactnative debugging type
  • Loading branch information
SounD120 authored Sep 19, 2019
1 parent 9b6db12 commit aa9f873
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 @@ -28,7 +28,7 @@
"Other"
],
"activationEvents": [
"onDebug",
"onDebugResolve:reactnative",
"onCommand:reactNative.runAndroidSimulator",
"onCommand:reactNative.runAndroidDevice",
"onCommand:reactNative.runIosSimulator",
Expand Down

0 comments on commit aa9f873

Please sign in to comment.