We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da5fa4 commit f7517bcCopy full SHA for f7517bc
packages/core/src/amazonq/lsp/lspClient.ts
@@ -110,7 +110,7 @@ export class LspClient {
110
filePath: path,
111
})
112
const encrpted = await this.encrypt(request)
113
- let resp: any = await this.client?.sendRequest(QueryInlineProjectContextRequestType, encrpted)
+ const resp: any = await this.client?.sendRequest(QueryInlineProjectContextRequestType, encrpted)
114
return resp
115
} catch (e) {
116
getLogger().error(`LspClient: queryInlineProjectContext error: ${e}`)
packages/core/src/amazonqFeatureDev/session/sessionState.ts
@@ -533,4 +533,4 @@ export class PrepareCodeGenState implements SessionState {
533
)
534
return nextState.interact(action)
535
}
536
-}
+}
0 commit comments