mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Delete Unused API (#244529)
ref https://github.com/microsoft/vscode/issues/243615
This commit is contained in:
committed by
GitHub
parent
8d163b1c87
commit
c244b199e2
@@ -416,14 +416,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
throw err;
|
||||
}
|
||||
},
|
||||
isTrustedExternalUris(uris: URI[]): boolean[] {
|
||||
checkProposedApiEnabled(extension, 'envExtractUri');
|
||||
return extHostUrls.isTrustedExternalUris(uris);
|
||||
},
|
||||
extractExternalUris(uris: URI[]): Promise<string[]> {
|
||||
checkProposedApiEnabled(extension, 'envExtractUri');
|
||||
return extHostUrls.extractExternalUris(uris);
|
||||
},
|
||||
get remoteName() {
|
||||
return getRemoteName(initData.remote.authority);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user