Skip to content

Commit 696e143

Browse files
committed
missing await
1 parent 3e41c83 commit 696e143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export async function activateAmazonQCommon(context: vscode.ExtensionContext, is
122122
}
123123

124124
// Configure proxy settings early
125-
ProxyUtil.configureProxyForLanguageServer()
125+
await ProxyUtil.configureProxyForLanguageServer()
126126

127127
// This contains every lsp agnostic things (auth, security scan, code scan)
128128
await activateCodeWhisperer(extContext as ExtContext)

0 commit comments

Comments
 (0)