Skip to content

Commit

Permalink
Merge branch 'master' into feature/analyze-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored Dec 5, 2019
2 parents d7fe9af + 9f92a69 commit 431326b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integrationTests/languageMiddleware.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ suite(`${LanguageMiddlewareFeature.name}: ${testAssetWorkspace.description}`, ()
});

test("Returns the remapped workspaceEdit", async() => {

// Avoid flakiness with renames.
await new Promise(r => setTimeout(r, 2000));

let workspaceEdit = <vscode.WorkspaceEdit>(await vscode.commands.executeCommand(
"vscode.executeDocumentRenameProvider",
fileUri,
Expand Down

0 comments on commit 431326b

Please sign in to comment.