Skip to content

Commit 1ad52f9

Browse files
authored
Merge pull request #7612 from microsoft/main
Fix Walkthrough property (#7611)
2 parents 034390f + 934a856 commit 1ad52f9

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)