mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
finalize basic workspace trust api
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user