Skip to content

Commit 48aa7f8

Browse files
committed
revert unnecessary code changes
1 parent 8255329 commit 48aa7f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/amazonq/src/lsp/chat/autoDebug/commands.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export class AutoDebugCommands implements vscode.Disposable {
9797
if (!editor) {
9898
return
9999
}
100-
await editor.document.save()
101100
await this.controller.fixSpecificProblems(range, diagnostics)
102101
},
103102
'Fix with Amazon Q',
@@ -115,7 +114,6 @@ export class AutoDebugCommands implements vscode.Disposable {
115114
if (!editor) {
116115
return
117116
}
118-
await editor.document.save()
119117
await this.controller.fixAllProblemsInFile(10) // 10 errors per batch
120118
},
121119
'Fix All with Amazon Q',

0 commit comments

Comments
 (0)