We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a31074 commit b64ff63Copy full SHA for b64ff63
1 file changed
extensions/typescript-language-features/src/features/organizeImports.ts
@@ -40,7 +40,7 @@ class OrganizeImportsCommand implements Command {
40
}
41
42
const edits = typeconverts.WorkspaceEdit.fromFileCodeEdits(this.client, response.body);
43
- return await vscode.workspace.applyEdit(edits);
+ return vscode.workspace.applyEdit(edits);
44
45
46
0 commit comments