Skip to content

Commit

Permalink
Updating the extension activation triggers to only include Stripe-rel…
Browse files Browse the repository at this point in the history
…ated actions.

This is in response to #187.
  • Loading branch information
gracegoo-stripe committed Apr 28, 2021
1 parent e8ac78f commit b67daa6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
"finance"
],
"activationEvents": [
"onDebugInitialConfigurations",
"onDebug",
"onView:stripeEventsView",
"onView:stripeLogsView",
"onView:stripeDashboardView",
Expand All @@ -56,15 +54,7 @@
"onCommand:stripe.clearRecentLogs",
"onCommand:stripe.clearRecentEvents",
"onCommand:stripe.startEventsStreaming",
"onCommand:stripe.stopEventsStreaming",
"onLanguage:typescript",
"onLanguage:javascript",
"onLanguage:csharp",
"onLanguage:go",
"onLanguage:python",
"onLanguage:ruby",
"onLanguage:java",
"onLanguage:php"
"onCommand:stripe.stopEventsStreaming"
],
"main": "./dist/extension.js",
"contributes": {
Expand Down

0 comments on commit b67daa6

Please sign in to comment.