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
exportconstctxIsGlobalEditingSession=newRawContextKey<boolean>('chat.isGlobalEditingSession',undefined,localize('chat.ctxEditSessionIsGlobal',"The current editor is part of the global edit session"));
47
48
exportconstctxHasEditorModification=newRawContextKey<boolean>('chat.hasEditorModifications',undefined,localize('chat.hasEditorModifications',"The current editor contains chat modifications"));
0 commit comments