From 27ad6b6a52fab5a92cf7049078f75e964f224637 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Fri, 30 Aug 2024 08:47:16 -0400 Subject: [PATCH] Fix reference link to vscode-ports-tab image in README.md Signed-off-by: Bernd Hufmann --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f72c348..baf9073 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ The remote support works by forwarding the Trace Server's operating port from th Forwarded ports can be seen in the 'Ports' view of the remote VsCode. To open the `Ports` view use menu `View -> Open view... -> Ports`. You should see the forwarded Trace Server port in the `Ports` view, as shown below: -![ports-tab](vscode-ports-tab) +![ports-tab][vscode-ports-tab] Make sure that there is no Trace Server running on your local host. If the `Trace Viewer for VSCode` is unresponsive, stop the port forwarding by pressing the 'Stop Port Fowarding (Delete)' of the trace server port and restart remote VSCode.