Skip to content

Commit f250898

Browse files
committed
1 parent 4b825d4 commit f250898

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/vs/workbench/contrib/audioCues/browser/audioCues.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
125125
'audioCues.chatResponsePending': {
126126
'description': localize('audioCues.chatResponsePending', "Plays a sound on loop while the response is pending."),
127127
...audioCueFeatureBase,
128-
default: 'off'
128+
default: 'auto'
129129
},
130130
'audioCues.chatResponseReceived': {
131131
'description': localize('audioCues.chatResponseReceived', "Plays a sound on loop while the response has been received."),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +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."));
42+
content.push(localize('chat.audioCues', "Audio cues can be changed via settings with a prefix of audioCues.chat. By default, if a request takes more than 5 seconds, you will hear an audio cue indicating that progress is still occurring."));
4343
return content.join('\n');
4444
}
4545

0 commit comments

Comments
 (0)