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."),
851
838
localize('voice.keywordActivation.chatInView',"Keyword activation is enabled and listening for 'Hey Code' to start a voice chat session in the chat view."),
852
839
localize('voice.keywordActivation.quickChat',"Keyword activation is enabled and listening for 'Hey Code' to start a voice chat session in the quick chat."),
853
-
localize('voice.keywordActivation.inlineChat',"Keyword activation is enabled and listening for 'Hey Code' to start a voice chat session in the active editor."),
840
+
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."),
854
841
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.")
855
842
],
856
843
'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