mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Workspace trust API polish
This commit is contained in:
@@ -208,7 +208,7 @@ export class MainThreadWorkspace implements MainThreadWorkspaceShape {
|
||||
|
||||
// --- trust ---
|
||||
|
||||
$requestWorkspaceTrust(options?: WorkspaceTrustRequestOptions): Promise<WorkspaceTrustState> {
|
||||
$requestWorkspaceTrust(options?: WorkspaceTrustRequestOptions): Promise<WorkspaceTrustState | undefined> {
|
||||
return this._workspaceTrustService.requestWorkspaceTrust(options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user