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 8255329 commit 48aa7f8Copy full SHA for 48aa7f8
packages/amazonq/src/lsp/chat/autoDebug/commands.ts
@@ -97,7 +97,6 @@ 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',
@@ -115,7 +114,6 @@ export class AutoDebugCommands implements vscode.Disposable {
115
114
116
117
118
119
await this.controller.fixAllProblemsInFile(10) // 10 errors per batch
120
121
'Fix All with Amazon Q',
0 commit comments