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
exportconstIsWebContext=newRawContextKey<boolean>('isWeb',isWeb,localize('isWeb',"Whether the platform is a web browser"));
15
15
exportconstIsMacNativeContext=newRawContextKey<boolean>('isMacNative',isMacintosh&&!isWeb,localize('isMacNative',"Whether the operating system is macOS on a non-browser platform"));
16
16
exportconstIsIOSContext=newRawContextKey<boolean>('isIOS',isIOS,localize('isIOS',"Whether the operating system is iOS"));
17
+
exportconstIsMobileContext=newRawContextKey<boolean>('isMobile',isMobile,localize('isMobile',"Whether the platform is a mobile web browser"));
0 commit comments