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
exportconstCTX_INLINE_CHAT_HAS_PROVIDER=newRawContextKey<boolean>('inlineChatHasProvider',false,localize('inlineChatHasProvider',"Whether a provider for interactive editors exists"));
122
122
exportconstCTX_INLINE_CHAT_VISIBLE=newRawContextKey<boolean>('inlineChatVisible',false,localize('inlineChatVisible',"Whether the interactive editor input is visible"));
123
123
exportconstCTX_INLINE_CHAT_FOCUSED=newRawContextKey<boolean>('inlineChatFocused',false,localize('inlineChatFocused',"Whether the interactive editor input is focused"));
124
-
exportconstCTX_INLINE_CHAT_MESSAGE_FOCUSED=newRawContextKey<boolean>('inlineChatMessageFocused',false,localize('inlineChatMessageFocused',"Whether the interactive widget's message is focused"));
124
+
exportconstCTX_INLINE_CHAT_RESPONSE_FOCUSED=newRawContextKey<boolean>('inlineChatResponseFocused',false,localize('inlineChatResponseFocused',"Whether the interactive widget's response is focused"));
125
125
exportconstCTX_INLINE_CHAT_EMPTY=newRawContextKey<boolean>('inlineChatEmpty',false,localize('inlineChatEmpty',"Whether the interactive editor input is empty"));
126
126
exportconstCTX_INLINE_CHAT_INNER_CURSOR_FIRST=newRawContextKey<boolean>('inlineChatInnerCursorFirst',false,localize('inlineChatInnerCursorFirst',"Whether the cursor of the iteractive editor input is on the first line"));
127
127
exportconstCTX_INLINE_CHAT_INNER_CURSOR_LAST=newRawContextKey<boolean>('inlineChatInnerCursorLast',false,localize('inlineChatInnerCursorLast',"Whether the cursor of the iteractive editor input is on the last line"));
0 commit comments