mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +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
@@ -1,14 +0,0 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
declare module 'vscode' {
|
||||
|
||||
// https://github.com/microsoft/vscode/issues/243615
|
||||
|
||||
export namespace env {
|
||||
export function isTrustedExternalUris(uri: Uri[]): boolean[];
|
||||
export function extractExternalUris(uris: Uri[]): Thenable<string[]>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user