Skip to content

Commit 934a856

Browse files
authored
Fix Walkthrough property (#7611)
1 parent 58d3a52 commit 934a856

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Extension/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@
159159
"title": "Lean back and get started",
160160
"description": "Watch this series of short and practical videos about setting up C++ IntelliSense and building and debugging C++ projects. \n[Watch Tutorials](https://code.visualstudio.com/docs/cpp/introvideos-cpp)",
161161
"media": {
162-
"markdown": "walkthrough/images/getting-started-video.png"
162+
"altText": "A screenshot with a preview of the video tutorial and a play button.",
163+
"image": "walkthrough/images/getting-started-video.png"
163164
}
164165
}
165166
]

0 commit comments

Comments
 (0)