Skip to content

Commit 75381b6

Browse files
author
David Hasani
committed
fix lint
1 parent 3904e34 commit 75381b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/codewhisperer/service/transformByQ/transformMavenHandler.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ function copyProjectDependencies(dependenciesFolder: FolderInfo, modulePath: str
108108
}
109109

110110
export async function prepareProjectDependencies(dependenciesFolder: FolderInfo, rootPomPath: string) {
111-
// use await to allow other chat messages to send as well, before the build starts
112-
await vscode.window.showInformationMessage(CodeWhispererConstants.buildStartedNotification)
111+
void vscode.window.showInformationMessage(CodeWhispererConstants.buildStartedNotification)
113112
try {
114113
copyProjectDependencies(dependenciesFolder, rootPomPath)
115114
} catch (err) {

0 commit comments

Comments
 (0)