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 580a639 commit 46e366fCopy full SHA for 46e366f
packages/amazonq/src/app/inline/recommendationService.ts
@@ -47,7 +47,7 @@ export class RecommendationService {
47
) {
48
// Record that a regular request is being made
49
this.cursorUpdateRecorder?.recordCompletionRequest()
50
- let documentChangeParams = documentChangeEvent
+ const documentChangeParams = documentChangeEvent
51
? {
52
textDocument: {
53
uri: document.uri.toString(),
0 commit comments