[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 {