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.
2 parents 6d7c236 + eb3ceee commit 4594a34Copy full SHA for 4594a34
packages/amazonq/src/app/inline/EditRendering/displayImage.ts
@@ -324,7 +324,8 @@ export async function displaySvgDecoration(
324
isInlineEdit: true,
325
}
326
languageClient.sendNotification('aws/logInlineCompletionSessionResults', params)
327
- if (inlineCompletionProvider) {
+ // Only auto trigger on acceptance if there is a nextToken
328
+ if (inlineCompletionProvider && session.editsStreakPartialResultToken) {
329
await inlineCompletionProvider.provideInlineCompletionItems(
330
editor.document,
331
endPosition,
0 commit comments