Skip to content

Commit

Permalink
enforce API as proposed, #111371 fyi @chrmarti
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Sep 14, 2021
1 parent 763bfda commit 28d1f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/api/common/extHost.api.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 28d1f0f

Please sign in to comment.