ChatEditModifiedFile
Plays a sound / audio cue when revealing a file with changes from chat edits
{
"accessibility.signals.chatEditModifiedFile": {
"sound": "auto"
} // default
}
Type: object
Default:
{
"sound": "auto"
}
Object Properties:
Key | Type | Default | Range | Description |
---|---|---|---|---|
“sound” | string | “auto” | “auto”, “on”, “off” | Plays a sound when revealing a file with changes from chat edits |
Description: Plays an audio signal whenever you open or switch to a file that has been modified by A.I. chat feature. When set to “auto”, it will only play when a screen reader is detected or when editor.accessibilitySupport
is set to on
. When set to on
, it will always play the audio signal even when no screen reader is detected or when editor.accessibilitySupport
is set to off
. When set to off
, the signal will never play even when a screen reader is detected or when editor.accessibilitySupport
is set to off
.