From 934a8563dfbbc6976ae1037a32d40f9d8dbf66bd Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson <49173979+Colengms@users.noreply.github.com> Date: Thu, 27 May 2021 15:06:09 -0700 Subject: [PATCH] Fix Walkthrough property (#7611) --- Extension/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Extension/package.json b/Extension/package.json index df8dc19681..5082264a4d 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -159,7 +159,8 @@ "title": "Lean back and get started", "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)", "media": { - "markdown": "walkthrough/images/getting-started-video.png" + "altText": "A screenshot with a preview of the video tutorial and a play button.", + "image": "walkthrough/images/getting-started-video.png" } } ]