mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 19:59:37 +00:00
Remove extra await
This commit is contained in:
@@ -40,7 +40,7 @@ class OrganizeImportsCommand implements Command {
|
||||
}
|
||||
|
||||
const edits = typeconverts.WorkspaceEdit.fromFileCodeEdits(this.client, response.body);
|
||||
return await vscode.workspace.applyEdit(edits);
|
||||
return vscode.workspace.applyEdit(edits);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user