mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
[vscode-ext-api] fix #111371: expose remote authority
This commit is contained in:
committed by
Christof Marti
parent
6262da9c94
commit
84ea7afc17
@@ -332,6 +332,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
get remoteName() {
|
||||
return getRemoteName(initData.remote.authority);
|
||||
},
|
||||
get remoteAuthority() {
|
||||
return initData.remote.authority;
|
||||
},
|
||||
get uiKind() {
|
||||
return initData.uiKind;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user