Skip to content

Commit c2596cf

Browse files
committed
undo unnecessary change
1 parent 45b0236 commit c2596cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/amazonq/lsp/lspClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ export async function activate(extensionContext: ExtensionContext, resourcePaths
267267
)
268268
})
269269
)
270-
void LspClient.instance.client.onReady().then(() => {
270+
271+
return LspClient.instance.client.onReady().then(() => {
271272
const disposableFunc = { dispose: () => rangeFormatting?.dispose() as void }
272273
toDispose.push(disposableFunc)
273274
})

0 commit comments

Comments
 (0)