update remote indicator on workspace change

This commit is contained in:
Martin Aeschlimann 2021-03-23 15:41:17 +01:00
parent 11e79c76d8
commit a53ce8af3b

View file

@ -149,6 +149,8 @@ export class RemoteStatusIndicator extends Disposable implements IWorkbenchContr
}
}));
}
} else {
this._register(this.workspaceContextService.onDidChangeWorkbenchState(() => this.updateRemoteStatusIndicator()));
}
}