File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
packages/amazonq/src/app/inline Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import { RecommendationService } from './recommendationService'
2828import {
2929 CodeWhispererConstants ,
3030 ReferenceHoverProvider ,
31- ReferenceInlineProvider ,
3231 ReferenceLogViewProvider ,
3332 ImportAdderProvider ,
3433 CodeSuggestionsState ,
@@ -234,11 +233,6 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
234233 }
235234 item . range = new Range ( cursorPosition , cursorPosition )
236235 item . insertText = typeof item . insertText === 'string' ? item . insertText : item . insertText . value
237- ReferenceInlineProvider . instance . setInlineReference (
238- cursorPosition . line ,
239- item . insertText ,
240- item . references
241- )
242236 ImportAdderProvider . instance . onShowRecommendation ( document , cursorPosition . line , item )
243237 }
244238 return items as InlineCompletionItem [ ]
You can’t perform that action at this time.
0 commit comments