debt - inline remoteAuthority into workbench environment service

This commit is contained in:
Benjamin Pasero
2020-10-07 15:57:19 +02:00
parent 70bd0b4604
commit 3b99352509
59 changed files with 101 additions and 93 deletions

View File

@@ -22,7 +22,7 @@ export class MainThreadRemoteConnectionData extends Disposable {
super();
this._proxy = extHostContext.getProxy(ExtHostContext.ExtHostExtensionService);
const remoteAuthority = this._environmentService.configuration.remoteAuthority;
const remoteAuthority = this._environmentService.remoteAuthority;
if (remoteAuthority) {
this._register(remoteAuthorityResolverService.onDidChangeConnectionData(() => {
const connectionData = remoteAuthorityResolverService.getConnectionData(remoteAuthority);