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
exportconstinputHasFocus=newRawContextKey<boolean>('chatInputHasFocus',false,{type: 'boolean',description: localize('interactiveInputHasFocus',"True when the chat input has focus.")});
29
29
exportconstinChatInput=newRawContextKey<boolean>('inChatInput',false,{type: 'boolean',description: localize('inInteractiveInput',"True when focus is in the chat input, false otherwise.")});
30
30
exportconstinChatSession=newRawContextKey<boolean>('inChat',false,{type: 'boolean',description: localize('inChat',"True when focus is in the chat widget, false otherwise.")});
31
-
exportconstinChatEditWorkingSet=newRawContextKey<boolean>('inChatEditWorkingSet',false,{type: 'boolean',description: localize('inChatEditWorkingSet',"True when focus is in the chat edit working set, false otherwise.")});
32
31
exportconstinstructionsAttached=newRawContextKey<boolean>('chatInstructionsAttached',false,{type: 'boolean',description: localize('chatInstructionsAttachedContextDescription',"True when the chat has a prompt instructions attached.")});
33
32
34
33
exportconstsupported=ContextKeyExpr.or(IsWebContext.toNegated(),RemoteNameContext.notEqualsTo(''));// supported on desktop and in web only with a remote connection
0 commit comments