|
|
@ -889,7 +889,7 @@ export class SubscriptionService implements Disposable { |
|
|
|
: {}), |
|
|
|
}; |
|
|
|
|
|
|
|
this.container.telemetry.sendEvent(previous == null ? 'subscription' : 'subscription/changed', data); |
|
|
|
this.container.telemetry.sendEvent(matches ? 'subscription' : 'subscription/changed', data); |
|
|
|
}); |
|
|
|
|
|
|
|
// If the previous and new subscriptions are exactly the same, kick out
|
|
|
|