Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored Aug 27, 2022
1 parent fe4eaeb commit 05f63cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class DiffViewerProvider implements vscode.CustomTextEditorProvider {
},
},
});
}, 0);
}, 500);
}

private postMessageToWebviewWrapper(args: { webview: vscode.Webview; message: MessageToWebview }): void {
Expand Down

0 comments on commit 05f63cd

Please sign in to comment.