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 c6e2161 commit cf1c069Copy full SHA for cf1c069
packages/core/src/amazonq/commons/controllers/contentController.ts
@@ -68,14 +68,13 @@ export class EditorContentController {
68
if (appliedEdits) {
69
trackCodeEdit(editor, cursorStart)
70
}
71
+ UserWrittenCodeTracker.instance.onQFinishesEdits()
72
},
73
(e) => {
74
getLogger().error('TextEditor.edit failed: %s', (e as Error).message)
75
76
77
)
- .then(() => {
- UserWrittenCodeTracker.instance.onQFinishesEdits()
78
- })
79
80
81
0 commit comments