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
ariaLabel=trusted ? localize('status.ariaTrustedWindow',"This window is trusted.") :
572
-
localize('status.ariaUntrustedWindow',"Restricted Mode: Some features are disabled because this window is not trusted.");
573
-
toolTip=trusted ? ariaLabel : {
569
+
ariaLabel=localize('status.ariaUntrustedWindow',"Restricted Mode: Some features are disabled because this window is not trusted.");
570
+
toolTip={
574
571
value: localize(
575
572
{key: 'status.tooltipUntrustedWindow2',comment: ['[abc]({n}) are links. Only translate `features are disabled` and `window is not trusted`. Do not change brackets and parentheses or {n}']},
576
573
"Running in Restricted Mode\n\nSome [features are disabled]({0}) because this [window is not trusted]({1}).",
ariaLabel=trusted ? localize('status.ariaTrustedFolder',"This folder is trusted.") :
587
-
localize('status.ariaUntrustedFolder',"Restricted Mode: Some features are disabled because this folder is not trusted.");
588
-
toolTip=trusted ? ariaLabel : {
583
+
ariaLabel=localize('status.ariaUntrustedFolder',"Restricted Mode: Some features are disabled because this folder is not trusted.");
584
+
toolTip={
589
585
value: localize(
590
586
{key: 'status.tooltipUntrustedFolder2',comment: ['[abc]({n}) are links. Only translate `features are disabled` and `folder is not trusted`. Do not change brackets and parentheses or {n}']},
591
587
"Running in Restricted Mode\n\nSome [features are disabled]({0}) because this [folder is not trusted]({1}).",
ariaLabel=trusted ? localize('status.ariaTrustedWorkspace',"This workspace is trusted.") :
602
-
localize('status.ariaUntrustedWorkspace',"Restricted Mode: Some features are disabled because this workspace is not trusted.");
603
-
toolTip=trusted ? ariaLabel : {
597
+
ariaLabel=localize('status.ariaUntrustedWorkspace',"Restricted Mode: Some features are disabled because this workspace is not trusted.");
598
+
toolTip={
604
599
value: localize(
605
600
{key: 'status.tooltipUntrustedWorkspace2',comment: ['[abc]({n}) are links. Only translate `features are disabled` and `workspace is not trusted`. Do not change brackets and parentheses or {n}']},
606
601
"Running in Restricted Mode\n\nSome [features are disabled]({0}) because this [workspace is not trusted]({1}).",
this.statusbarEntryAccessor.value=this.statusbarService.addEntry(entry,this.entryId,StatusbarAlignment.LEFT,0.99*Number.MAX_VALUE/* Right of remote indicator */);
0 commit comments