mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix: pass openFile=false in EditFileCodexTool when PREVENT_FOCUS_DISRUPTION enabled
This commit is contained in:
parent
2bf090b02c
commit
5651bce51f
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ export class ApplyPatchTool extends BaseTool<"edit_file_codex"> {
|
|||
|
||||
// Save the changes
|
||||
if (isPreventFocusDisruptionEnabled) {
|
||||
await task.diffViewProvider.saveDirectly(relPath, newContent, true, diagnosticsEnabled, writeDelayMs)
|
||||
await task.diffViewProvider.saveDirectly(relPath, newContent, false, diagnosticsEnabled, writeDelayMs)
|
||||
} else {
|
||||
await task.diffViewProvider.saveChanges(diagnosticsEnabled, writeDelayMs)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue