AutoSynthesize

Whether a textual response should automatically be read out aloud when speech was used as input. For example in a chat session, a response is automatically synthesized when voice was used as chat request.

{
  "accessibility.voice.autoSynthesize": "off" // default
}

Type

string

Default

"off"

Possible Values

"off" "on"

Description

Controls whether or not a response from Copilot that was initiated by the user’s voice input (with an extension like VS Code Speech) in a context such as Chat (inline or panel) will be automatically read aloud (i.e. “synthesized”). Note that this does not rely on the user’s system screen reader, but uses VSCode’s built-in synthesizer.

Works even with

{
  "editor.accessibilitySupport": "off"
}