mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
enforce API as proposed, https://github.com/microsoft/vscode/issues/111371 fyi @chrmarti
This commit is contained in:
@@ -333,6 +333,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
return getRemoteName(initData.remote.authority);
|
||||
},
|
||||
get remoteAuthority() {
|
||||
checkProposedApiEnabled(extension);
|
||||
return initData.remote.authority;
|
||||
},
|
||||
get uiKind() {
|
||||
|
||||
Reference in New Issue
Block a user