|
@ -1339,6 +1339,7 @@ export class GraphWebview extends WebviewBase { |
|
|
[DidChangeSubscriptionNotificationType, this.notifyDidChangeSubscription], |
|
|
[DidChangeSubscriptionNotificationType, this.notifyDidChangeSubscription], |
|
|
[DidChangeWorkingTreeNotificationType, this.notifyDidChangeWorkingTree], |
|
|
[DidChangeWorkingTreeNotificationType, this.notifyDidChangeWorkingTree], |
|
|
[DidChangeWindowFocusNotificationType, this.notifyDidChangeWindowFocus], |
|
|
[DidChangeWindowFocusNotificationType, this.notifyDidChangeWindowFocus], |
|
|
|
|
|
[DidFetchNotificationType, this.notifyDidFetch], |
|
|
]); |
|
|
]); |
|
|
|
|
|
|
|
|
private addPendingIpcNotification(type: IpcNotificationType<any>, msg?: IpcMessage) { |
|
|
private addPendingIpcNotification(type: IpcNotificationType<any>, msg?: IpcMessage) { |
|
|