Skip to content

Commit b8d5dea

Browse files
committed
add hint for audio cues
1 parent e3877c0 commit b8d5dea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export function getAccessibilityHelpText(accessor: ServicesAccessor, type: 'pane
3939
content.push(localize('inlineChat.explain', "When a request is prefixed with /explain, a response will explain the code in the current selection and the chat view will be focused."));
4040
content.push(localize('inlineChat.toolbar', "Use tab to reach conditional parts like commands, status, message responses and more."));
4141
}
42+
content.push(localize('chat.audioCues', "Audio cues can be changed via settings with a prefix of audioCues.chat."));
4243
return content.join('\n');
4344
}
4445

0 commit comments

Comments
 (0)