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
comment: ['{0} will be a host name, {1} will the link address to the web UI, {6} an extesnion name. [label](command:commandId) is a markdown link. Only translate the label, do not modify the format']
516
517
},
517
518
"Remote tunnel access is enabled for [{0}](command:{4}). To access from a different machine, open [{1}]({2}) or use the {6} extension. Use the Account menu to [configure](command:{3}) or [turn off](command:{5}).",
newAction('copyToClipboard',localize('action.copyToClipboard',"Copy Browser Link to Clipboard"),undefined,true,()=>clipboardService.writeText(linkToOpen)),
523
+
newAction('copyToClipboard',localize('action.copyToClipboard',"Copy Browser Link to Clipboard"),undefined,true,()=>clipboardService.writeText(linkToOpen.toString())),
0 commit comments