mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +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);
|
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