[ide-mode] Update handling of workspace paths (#6014)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
christine betts
2025-08-11 21:06:01 +00:00
committed by GitHub
parent 0e98641b51
commit c0f5f6a5f6
2 changed files with 7 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ export const ToolConfirmationMessage: React.FC<
);
if (config?.getIdeMode() && config?.getIdeModeFeature()) {
options.push({
label: 'No',
label: 'No (esc)',
value: ToolConfirmationOutcome.Cancel,
});
} else {