EditsKept

Plays a signal - sound (audio cue) and/or announcement (alert) - when edits are kept.

{
  "accessibility.signals.editsKept": {
    "sound": "auto",
    "announcement": "auto"
  } // default
}

Type

object

Default

{
  "sound": "auto",
  "announcement": "auto"
}

Object Properties

KeyTypeDefaultRangeDescription
"sound"string"auto""auto", "off", "on"Plays a sound when edits are kept.
"announcement"string"auto""auto", "off"Announces when edits are kept.

Description

Controls if sound and announcement signals are played when accepting changes from Copilot Chat’s Edit mode.

When sound is set to auto, the sound signal will only play if a screen reader is detected or when "editor.accessibilitySupport": "on". When set to off, the sound signal will never play even when a screen reader is detected or when "editor.accessibilitySupport": "on". When set to on, the sound signal will always play even when a screen reader is not detected and "editor.accessibilitySupport": "on".

When announcement is set to auto, the screen reader will make this announcement if a screen reader is detected. When set to off, the screen reader will never make this announcement even when a screen reader is detected.