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
markdownDescription: nls.localize('chat.commandCenter.enabled',"Controls whether the command center shows a menu for chat actions (requires {0}).",'`#window.commandCenter#`'),
exportconstCTX_INLINE_CHAT_POSSIBLE=newRawContextKey<boolean>('inlineChatPossible',false,localize('inlineChatHasPossible',"Whether a provider for inline chat exists and whether an editor for inline chat is open"));
91
92
exportconstCTX_INLINE_CHAT_HAS_AGENT=newRawContextKey<boolean>('inlineChatHasProvider',false,localize('inlineChatHasProvider',"Whether a provider for interactive editors exists"));
92
93
exportconstCTX_INLINE_CHAT_VISIBLE=newRawContextKey<boolean>('inlineChatVisible',false,localize('inlineChatVisible',"Whether the interactive editor input is visible"));
93
94
exportconstCTX_INLINE_CHAT_FOCUSED=newRawContextKey<boolean>('inlineChatFocused',false,localize('inlineChatFocused',"Whether the interactive editor input is focused"));
0 commit comments