[ide-mode] Support rendering in-IDE diffs using the edit tool (#5618)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
christine betts
2025-08-06 20:55:29 +00:00
committed by GitHub
parent 43510ed212
commit b55467c1dd
3 changed files with 79 additions and 3 deletions

View File

@@ -138,8 +138,6 @@ export const ToolConfirmationMessage: React.FC<
value: ToolConfirmationOutcome.Cancel,
});
} else {
// TODO(chrstnb): support edit tool in IDE mode.
options.push({
label: 'Modify with external editor',
value: ToolConfirmationOutcome.ModifyWithEditor,