finalize basic workspace trust api

This commit is contained in:
SteVen Batten
2021-04-21 09:56:19 -07:00
parent d97790d162
commit a9f70f7919
7 changed files with 22 additions and 22 deletions

View File

@@ -1239,7 +1239,7 @@ export interface ExtHostWorkspaceShape {
$initializeWorkspace(workspace: IWorkspaceData | null, trusted: boolean): void;
$acceptWorkspaceData(workspace: IWorkspaceData | null): void;
$handleTextSearchResult(result: search.IRawFileMatch2, requestId: number): void;
$onDidReceiveWorkspaceTrust(): void;
$onDidGrantWorkspaceTrust(): void;
}
export interface ExtHostFileSystemInfoShape {