Skip to content

Commit 29b062a

Browse files
committed
dev purpose
1 parent b4e6e95 commit 29b062a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/amazonq/src/app/inline/recommendationService.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ export class RecommendationService {
249249
getLogger().info(
250250
'Suggestion type is COMPLETIONS. Start fetching for more items if partialResultToken exists.'
251251
)
252-
this.processRemainingRequests(languageClient, request, result, token).catch((error) => {
253-
languageClient.warn(`Error when getting suggestions: ${error}`)
254-
})
252+
// this.processRemainingRequests(languageClient, request, result, token).catch((error) => {
253+
// languageClient.warn(`Error when getting suggestions: ${error}`)
254+
// })
255255
} else {
256256
// Skip fetching for more items if the suggesion is EDITS. If it is EDITS suggestion, only fetching for more
257257
// suggestions when the user start to accept a suggesion.
@@ -283,7 +283,7 @@ export class RecommendationService {
283283
}
284284
}
285285

286-
private async processRemainingRequests(
286+
async processRemainingRequests(
287287
languageClient: LanguageClient,
288288
initialRequest: InlineCompletionWithReferencesParams,
289289
firstResult: InlineCompletionListWithReferences,

0 commit comments

Comments
 (0)