You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constCONTEXT_VOICE_CHAT_GETTING_READY=newRawContextKey<boolean>('voiceChatGettingReady',false,{type: 'boolean',description: localize('voiceChatGettingReady',"True when getting ready for receiving voice input from the microphone for voice chat.")});
54
52
constCONTEXT_VOICE_CHAT_IN_PROGRESS=newRawContextKey<boolean>('voiceChatInProgress',false,{type: 'boolean',description: localize('voiceChatInProgress',"True when voice recording from microphone is in progress for voice chat.")});
localize('voice.keywordActivation.off',"Keyword activation is disabled."),
821
808
localize('voice.keywordActivation.chatInView',"Keyword activation is enabled and listening for 'Hey Code' to start a voice chat session in the chat view."),
822
809
localize('voice.keywordActivation.quickChat',"Keyword activation is enabled and listening for 'Hey Code' to start a voice chat session in the quick chat."),
823
-
localize('voice.keywordActivation.inlineChat',"Keyword activation is enabled and listening for 'Hey Code' to start a voice chat session in the active editor."),
810
+
localize('voice.keywordActivation.inlineChat',"Keyword activation is enabled and listening for 'Hey Code' to start a voice chat session in the active editor if possible."),
824
811
localize('voice.keywordActivation.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.")
825
812
],
826
813
'description': localize('voice.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."),
0 commit comments