diff --git a/release-notes/v1_52.md b/release-notes/v1_52.md index 947ec274d..67fb396bc 100644 --- a/release-notes/v1_52.md +++ b/release-notes/v1_52.md @@ -251,7 +251,7 @@ The built-in npm extension's setting `npm.packageManager` has a new default valu The tasks quickpick has always had a "Recent Tasks" section at the top. Since this is a valuable place, you can now better curate your recent tasks by removing them from that section. -![Remove recent task](images\1_52\remove-recent-task.gif) +![Remove recent task](images/1_52/remove-recent-task.gif) ## Extensions @@ -605,7 +605,7 @@ The API for using markdown for `tooltip` on `TreeItem` has been finalized. You c The long awaited `TreeItemLabel` API has been finalized. This API can be used to set highlights on the `label` of a `TreeItem`. You can see it in action in the References view. -![Tree item hightlights](images\1_52\tree-item-highlights.png) +![Tree item hightlights](images/1_52/tree-item-highlights.png) ### listDoubleSelection and listMultiSelection diff --git a/remote-release-notes/v1_52.md b/remote-release-notes/v1_52.md index 47f71a8a3..d18ad686e 100644 --- a/remote-release-notes/v1_52.md +++ b/remote-release-notes/v1_52.md @@ -21,8 +21,8 @@ On linux remotes, ports are now forwarded automatically by detecting new process When a forwarded port has a process listening on it, a substring of that process will now show in the view. -![Ports view with no process](images\1_52\ports-view-no-process.png) -![Ports view with a process](images\1_52\ports-view-with-process.png) +![Ports view with no process](images/1_52/ports-view-no-process.png) +![Ports view with a process](images/1_52/ports-view-with-process.png) ### Server startup performance