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 c6ec925 + eb3ceee commit 022bbeeCopy full SHA for 022bbee
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