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
newAction('copyToClipboard',localize('action.copyToClipboard',"Copy Browser Link to Clipboard"),undefined,true,()=>clipboardService.writeText(linkToOpen.toString())),
542
+
newAction('copyToClipboard',localize('action.copyToClipboard',"Copy Browser Link to Clipboard"),undefined,true,()=>clipboardService.writeText(linkToOpen.toString(true))),
0 commit comments