Skip to content

Commit 15dbe2d

Browse files
authored
make chatUserActionRequired sound opt-in for now (microsoft#250334)
fixes microsoft#248200
1 parent 8fb9e9f commit 15dbe2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ const configuration: IConfigurationNode = {
759759
'description': localize('accessibility.signals.chatUserActionRequired.sound', "Plays a sound when user action is required in the chat."),
760760
'type': 'string',
761761
'enum': ['auto', 'on', 'off'],
762-
'default': 'auto',
762+
'default': 'off',
763763
'enumDescriptions': [
764764
localize('sound.enabled.autoWindow', "Enable sound when a screen reader is attached or when the current window is not focused."),
765765
localize('sound.enabled.on', "Enable sound."),

0 commit comments

Comments
 (0)