mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fixes #125247
This commit is contained in:
@@ -93,7 +93,7 @@ export class WorkspaceTrustRequestHandler extends Disposable implements IWorkben
|
||||
this.createStatusbarEntry();
|
||||
|
||||
// Set empty workspace trust state
|
||||
this.setEmptyWorkspaceTrustState();
|
||||
await this.setEmptyWorkspaceTrustState();
|
||||
|
||||
// Show modal dialog
|
||||
if (this.hostService.hasFocus) {
|
||||
|
||||
Reference in New Issue
Block a user