Skip to content

Commit 3847c4a

Browse files
committed
wait?
1 parent 55cb7bf commit 3847c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lsptoolshost/integrationTests/codeactions.integration.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ async function getCodeActions(
322322
): Promise<vscode.CodeAction[]> {
323323
const uri = vscode.window.activeTextEditor!.document.uri;
324324
console.log(`Getting actions for ${uri.toString()}`);
325+
await new Promise((r) => setTimeout(r, 5000));
325326
const codeActions = await vscode.commands.executeCommand<vscode.CodeAction[]>(
326327
'vscode.executeCodeActionProvider',
327328
uri,

0 commit comments

Comments
 (0)