|
63 | 63 | "description": "The C++ extension uses the C++ compiler on your system to configure IntelliSense for your project. \n[Check for C++ compilers](command:C_Cpp.CheckForCompiler)",
|
64 | 64 | "when": "workspacePlatform == mac",
|
65 | 65 | "media": {
|
66 |
| - "altText": "A markdown file with instructions for installing Clang on macOS.", |
67 |
| - "path": "walkthrough/installcompiler/install-clang-macos.md" |
| 66 | + "markdown": "walkthrough/installcompiler/install-clang-macos.md" |
68 | 67 | }
|
69 | 68 | },
|
70 | 69 | {
|
|
73 | 72 | "description": "The C++ extension uses the C++ compiler on your system to configure IntelliSense for your project. \n[Check for C++ compilers](command:C_Cpp.CheckForCompiler)",
|
74 | 73 | "when": "workspacePlatform == linux",
|
75 | 74 | "media": {
|
76 |
| - "altText": "A markdown file with instructions for installing GCC on Linux.", |
77 |
| - "path": "walkthrough/installcompiler/install-gcc-linux.md" |
| 75 | + "markdown": "walkthrough/installcompiler/install-gcc-linux.md" |
78 | 76 | }
|
79 | 77 | },
|
80 | 78 | {
|
|
83 | 81 | "description": "The C++ extension uses the C++ compiler on your system to configure IntelliSense for your project. \n[Check for C++ compilers](command:C_Cpp.CheckForCompiler)",
|
84 | 82 | "when": "workspacePlatform == windows",
|
85 | 83 | "media": {
|
86 |
| - "altText": "A markdown file with instructions for installing MSVC on Windows.", |
87 |
| - "path": "walkthrough/installcompiler/install-compiler-windows.md" |
| 84 | + "markdown": "walkthrough/installcompiler/install-compiler-windows.md" |
88 | 85 | }
|
89 | 86 | },
|
90 | 87 | {
|
|
94 | 91 | "when": "workspaceFolderCount == 0",
|
95 | 92 | "media": {
|
96 | 93 | "altText": "A screenshot that shows a C++ project opened in the file Explorer.",
|
97 |
| - "path": { |
| 94 | + "image": { |
98 | 95 | "light": "walkthrough/images/cpp-folder-explorer-light.png",
|
99 | 96 | "dark": "walkthrough/images/cpp-folder-explorer-dark.png",
|
100 | 97 | "hc": "walkthrough/images/cpp-folder-explorer-hc.png"
|
|
107 | 104 | "description": "Verify important IntelliSense settings like Compiler Path, Compiler Args, IntelliSense Mode, and Include Path. \n[Open IntelliSense Configuration](command:C_Cpp.ConfigurationEditUI?-2)",
|
108 | 105 | "media": {
|
109 | 106 | "altText": "A screenshot that shows the IntelliSense Configurations UI with important settings highlighted.",
|
110 |
| - "path": { |
| 107 | + "image": { |
111 | 108 | "light": "walkthrough/images/intellisense-config-light.png",
|
112 | 109 | "dark": "walkthrough/images/intellisense-config-dark.png",
|
113 | 110 | "hc": "walkthrough/images/intellisense-config-hc.png"
|
|
120 | 117 | "description": "Create a default build task and debug configuration for your project. \n[Learn more](https://code.visualstudio.com/docs/cpp/config-clang-mac#_debug-helloworldcpp)",
|
121 | 118 | "when": "workspacePlatform == mac",
|
122 | 119 | "media": {
|
123 |
| - "altText": "A markdown file with instructions for starting a debugging session on macOS.", |
124 |
| - "path": "walkthrough/debugconfig/run-and-debug-project-mac.md" |
| 120 | + "markdown": "walkthrough/debugconfig/run-and-debug-project-mac.md" |
125 | 121 | }
|
126 | 122 | },
|
127 | 123 | {
|
|
130 | 126 | "description": "Create a default build task and debug configuration for your project. \n[Learn more](https://code.visualstudio.com/docs/cpp/config-linux#_debug-helloworldcpp)",
|
131 | 127 | "when": "workspacePlatform == linux",
|
132 | 128 | "media": {
|
133 |
| - "altText": "A markdown file with instructions for starting a debugging session on Linux.", |
134 |
| - "path": "walkthrough/debugconfig/run-and-debug-project-linux.md" |
| 129 | + "markdown": "walkthrough/debugconfig/run-and-debug-project-linux.md" |
135 | 130 | }
|
136 | 131 | },
|
137 | 132 | {
|
|
140 | 135 | "description": "Create a default build task and debug configuration for your project. \n[Learn more](https://code.visualstudio.com/docs/cpp/config-msvc#_debug-helloworldcpp)",
|
141 | 136 | "when": "workspacePlatform == windows",
|
142 | 137 | "media": {
|
143 |
| - "altText": "A markdown file with instructions for starting a debugging session on Windows.", |
144 |
| - "path": "walkthrough/debugconfig/run-and-debug-project-windows.md" |
| 138 | + "markdown": "walkthrough/debugconfig/run-and-debug-project-windows.md" |
145 | 139 | }
|
146 | 140 | },
|
147 | 141 | {
|
|
153 | 147 | ],
|
154 | 148 | "media": {
|
155 | 149 | "altText": "A screenshot of the CMake Tools extension page in the Marketplace.",
|
156 |
| - "path": { |
| 150 | + "image": { |
157 | 151 | "light": "walkthrough/images/cmake-tools-light.png",
|
158 | 152 | "dark": "walkthrough/images/cmake-tools-dark.png",
|
159 | 153 | "hc": "walkthrough/images/cmake-tools-hc.png"
|
|
165 | 159 | "title": "Lean back and get started",
|
166 | 160 | "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)",
|
167 | 161 | "media": {
|
168 |
| - "altText": "A screenshot with a preview of the video tutorial and a play button.", |
169 |
| - "path": "walkthrough/images/getting-started-video.png" |
| 162 | + "markdown": "walkthrough/images/getting-started-video.png" |
170 | 163 | }
|
171 | 164 | }
|
172 | 165 | ]
|
|
0 commit comments