Skip to content

Commit

Permalink
improve remoteExplorer string with command:
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jun 9, 2021
1 parent 9017b99 commit 2f01e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/remote/browser/remoteExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class OnAutoForwardedAction extends Disposable {
}

private linkMessage() {
return nls.localize('remote.tunnelsView.notificationLink', "[See all forwarded ports](command:{0}.focus)", TunnelPanel.ID);
return nls.localize('remote.tunnelsView.notificationLink', "[See all forwarded ports]({0})", `command:${TunnelPanel.ID}.focus`);
}

private async showNotification(tunnel: RemoteTunnel) {
Expand Down

0 comments on commit 2f01e8a

Please sign in to comment.