mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
[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:
parent
43510ed212
commit
b55467c1dd
3 changed files with 79 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue