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
localize('virtualBannerAriaLabelWindow',"Some features are not available because the current window is backed by a virtual file system. Use navigation keys to access banner actions."),
399
-
localize('restrictedModeBannerAriaLabelWindow',"Restricted Mode is intended for safe code browsing. Trust this window to enable all features. Use navigation keys to access banner actions."),
400
-
localize('virtualAndRestrictedModeBannerAriaLabelWindow',"Some features are not available because the current window is backed by a virtual file system and is not trusted. You can trust this window to enable some of these features. Use navigation keys to access banner actions.")
401
-
];
346
+
returnlocalize('restrictedModeBannerAriaLabelWindow',"Restricted Mode is intended for safe code browsing. Trust this window to enable all features. Use navigation keys to access banner actions.");
402
347
caseWorkbenchState.FOLDER:
403
-
return[
404
-
localize('virtualBannerAriaLabelFolder',"Some features are not available because the current folder is backed by a virtual file system. Use navigation keys to access banner actions."),
405
-
localize('restrictedModeBannerAriaLabelFolder',"Restricted Mode is intended for safe code browsing. Trust this folder to enable all features. Use navigation keys to access banner actions."),
406
-
localize('virtualAndRestrictedModeBannerAriaLabelFolder',"Some features are not available because the current folder is backed by a virtual file system and is not trusted. You can trust this folder to enable some of these features. Use navigation keys to access banner actions.")
407
-
];
348
+
returnlocalize('restrictedModeBannerAriaLabelFolder',"Restricted Mode is intended for safe code browsing. Trust this folder to enable all features. Use navigation keys to access banner actions.");
408
349
caseWorkbenchState.WORKSPACE:
409
-
return[
410
-
localize('virtualBannerAriaLabelWorkspace',"Some features are not available because the current workspace is backed by a virtual file system. Use navigation keys to access banner actions."),
411
-
localize('restrictedModeBannerAriaLabelWorkspace',"Restricted Mode is intended for safe code browsing. Trust this workspace to enable all features. Use navigation keys to access banner actions."),
412
-
localize('virtualAndRestrictedModeBannerAriaLabelWorkspace',"Some features are not available because the current workspace is backed by a virtual file system and is not trusted. You can trust this workspace to enable some of these features. Use navigation keys to access banner actions.")
413
-
];
350
+
returnlocalize('restrictedModeBannerAriaLabelWorkspace',"Restricted Mode is intended for safe code browsing. Trust this workspace to enable all features. Use navigation keys to access banner actions.");
localize('virtualBannerMessageWindow',"Some features are not available because the current workspace is backed by a virtual file system."),
422
-
localize('restrictedModeBannerMessageWindow',"Restricted Mode is intended for safe code browsing. Trust this window to enable all features."),
423
-
localize('virtualAndRestrictedModeBannerMessageWindow',"Some features are not available because the current window is backed by a virtual file system and is not trusted. You can trust this window to enable some of these features.")
424
-
];
357
+
returnlocalize('restrictedModeBannerMessageWindow',"Restricted Mode is intended for safe code browsing. Trust this window to enable all features.");
425
358
caseWorkbenchState.FOLDER:
426
-
return[
427
-
localize('virtualBannerMessageFolder',"Some features are not available because the current folder is backed by a virtual file system."),
428
-
localize('restrictedModeBannerMessageFolder',"Restricted Mode is intended for safe code browsing. Trust this folder to enable all features."),
429
-
localize('virtualAndRestrictedModeBannerMessageFolder',"Some features are not available because the current folder is backed by a virtual file system and is not trusted. You can trust this folder to enable some of these features.")
430
-
];
359
+
returnlocalize('restrictedModeBannerMessageFolder',"Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.");
431
360
caseWorkbenchState.WORKSPACE:
432
-
return[
433
-
localize('virtualBannerMessageWorkspace',"Some features are not available because the current workspace is backed by a virtual file system."),
434
-
localize('restrictedModeBannerMessageWorkspace',"Restricted Mode is intended for safe code browsing. Trust this workspace to enable all features."),
435
-
localize('virtualAndRestrictedModeBannerMessageWorkspace',"Some features are not available because the current workspace is backed by a virtual file system and is not trusted. You can trust this workspace to enable some of these features.")
436
-
];
361
+
returnlocalize('restrictedModeBannerMessageWorkspace',"Restricted Mode is intended for safe code browsing. Trust this workspace to enable all features.");
0 commit comments