KeywordActivation
Controls whether the keyword phrase 'Hey Code' is recognized to start a voice chat session. Enabling this will start recording from the microphone but the audio is processed locally and never sent to a server.
{
"accessibility.voice.keywordActivation": "off" // default
}
Type
string
Default
"off"
Possible Values
"chatInContext"
- Keyword activation is enabled and listening for ‘Hey Code’ to start a voice chat session in the active editor or view depending on keyboard focus.
"chatInView"
- Keyword activation is enabled and listening for ‘Hey Code’ to start a voice chat session in the chat view.
"inlineChat"
- Keyword activation is enabled and listening for ‘Hey Code’ to start a voice chat session in the active editor if possible.
"off"
- Keyword activation is disabled.
"quickChat"
- Keyword activation is enabled and listening for ‘Hey Code’ to start a voice chat session in the quick chat.
Description
Controls which Chat context, if any, saying the keyword “Hey Chat” will start.
"chatInContext"
will start a contextually-appropriate Chat session based on where your focus is. For example, if you’re in an editor and you say “Hey Code”, it will start an inline Chat session, but if you are in one of the panels, it will start a Chat settion in the panel.
"chatInView"
will always start a Chat session in the panel even if you’re focus is in an editor.
"inlineChat"
will always start a Chat session inline even if you’re focus is in the panel or somewhere else. It will start the inline session based on where your cursor is in the most recent editor.
"off"
will never start a Chat session.
"quickChat"
will always start a quick Chat session regardless of your focus.