drop todo about qualified writes, turns out others don't do it either so nbd (#177)
This commit is contained in:
parent
7087c0508e
commit
34f100d6ff
|
@ -64,7 +64,7 @@ export const ToolConfirmationMessage: React.FC<
|
|||
value: ToolConfirmationOutcome.ProceedOnce,
|
||||
},
|
||||
{
|
||||
label: 'Yes, allow always', // TODO: this is extreme w/o being qualified by file or directory
|
||||
label: 'Yes, allow always',
|
||||
value: ToolConfirmationOutcome.ProceedAlways,
|
||||
},
|
||||
{ label: 'No (esc)', value: ToolConfirmationOutcome.Cancel },
|
||||
|
|
Loading…
Reference in New Issue