File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/vs/workbench/contrib/chat/browser Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class ChatResponseAccessibleProvider extends Disposable implements IAccessibleVi
74
74
const message = typeof toolInvocation . confirmationMessages . message === 'string' ? toolInvocation . confirmationMessages . message : stripIcons ( renderAsPlaintext ( toolInvocation . confirmationMessages . message ) ) ;
75
75
let input = '' ;
76
76
if ( toolInvocation . toolSpecificData ) {
77
- input = toolInvocation . toolSpecificData ?. kind === 'terminal2 '
77
+ input = toolInvocation . toolSpecificData ?. kind === 'terminal '
78
78
? toolInvocation . toolSpecificData . commandLine . userEdited ?? toolInvocation . toolSpecificData . commandLine . toolEdited ?? toolInvocation . toolSpecificData . commandLine . original
79
79
: toolInvocation . toolSpecificData ?. kind === 'extensions'
80
80
? JSON . stringify ( toolInvocation . toolSpecificData . extensions )
You can’t perform that action at this time.
0 commit comments