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 7d75476 commit abe906eCopy full SHA for abe906e
packages/amazonq/src/lsp/chat/autoDebug/commands.ts
@@ -97,6 +97,7 @@ export class AutoDebugCommands implements vscode.Disposable {
97
if (!editor) {
98
return
99
}
100
+ await editor.document.save()
101
await this.controller.fixSpecificProblems(range, diagnostics)
102
},
103
'Fix with Amazon Q',
@@ -114,6 +115,7 @@ export class AutoDebugCommands implements vscode.Disposable {
114
115
116
117
118
119
await this.controller.fixAllProblemsInFile(10) // 10 errors per batch
120
121
'Fix All with Amazon Q',
0 commit comments