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.")});
37
38
constCONTEXT_VOICE_CHAT_IN_PROGRESS=newRawContextKey<boolean>('voiceChatInProgress',false,{type: 'boolean',description: localize('voiceChatInProgress',"True when voice recording from microphone is in progress.")});
@@ -375,10 +376,18 @@ class StartVoiceChatAction extends Action2 {
0 commit comments