NextEditSuggestion
Plays a signal - sound / audio cue and/or announcement (alert) when there is a next edit suggestion.
{
"accessibility.signals.nextEditSuggestion": {
"sound": "auto",
"announcement": "auto"
} // default
}
Type
object
Default
{
"sound": "auto",
"announcement": "auto"
}
Object Properties
| Key | Type | Default | Range | Description |
|---|---|---|---|---|
"sound" | string | "auto" | "auto", "off", "on" | Plays a sound when there is a next edit suggestion. |
"announcement" | string | "auto" | "auto", "off" | Announces when there is a next edit suggestion. |
Description
Controls if sound and announcement signals are played when a Next Edit Suggestion appears from Copilot.
When "sound" is set to "auto", the sound signal will play when Copilot provides a Next Edit Suggestion and 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 no screen reader is detected or "editor.accessibilitySupport": "off".
When "announcement" is set to "auto", the screen reader will make an announcement when Copilot provides a Next Edit Suggestion and a screen reader is detected. When set to "off", the screen reader will never make the announcement even when a screen reader is detected.
Related Settings
"github.copilot.nextEditSuggestions.enabled": true, (required)
editor.accessibilitySupport