We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a538cc3 commit 6e4cd98Copy full SHA for 6e4cd98
src/test/helper.ts
@@ -9,6 +9,7 @@ export let platformEol: string;
9
10
export async function open(docUri: vscode.Uri): Promise<void> {
11
try {
12
+ sleep(8000);
13
doc = await vscode.workspace.openTextDocument(docUri);
14
editor = await vscode.window.showTextDocument(doc);
15
} catch (e) {
0 commit comments