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 a67d4dc commit 00f53bbCopy full SHA for 00f53bb
packages/amazonq/src/app/inline/sessionManager.ts
@@ -136,6 +136,7 @@ export class SessionManager {
136
// Ideally use this API handleDidShowCompletionItem
137
// https://github.com/microsoft/vscode/blob/main/src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts#L83
138
updateCodeReferenceAndImports() {
139
+ this.clearReferenceInlineHintsAndImportHints()
140
if (this.activeSession?.suggestions && this.activeSession.suggestions.length > 0) {
141
const reference = this.activeSession.suggestions[this._currentSuggestionIndex].references
142
if (reference && reference.length > 0) {
0 commit comments