Skip to content

Commit

Permalink
Fix Walkthrough property (#7611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colengms authored May 27, 2021
1 parent 58d3a52 commit 934a856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
Expand Down

0 comments on commit 934a856

Please sign in to comment.