|
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 | ] |
|
2647 | 2640 | "runtimeDependencies": [ |
2648 | 2641 | { |
2649 | 2642 | "description": "C/C++ language components (Linux / x86_64)", |
2650 | | - "url": "https://go.microsoft.com/fwlink/?linkid=2161011", |
| 2643 | + "url": "https://go.microsoft.com/fwlink/?linkid=2164295", |
2651 | 2644 | "platforms": [ |
2652 | 2645 | "linux" |
2653 | 2646 | ], |
|
2658 | 2651 | "./bin/cpptools", |
2659 | 2652 | "./bin/cpptools-srv" |
2660 | 2653 | ], |
2661 | | - "integrity": "7C43AA78021C5DB8F6DE9751EC8435D2BE1137CAC861801CDFADAA4B48A42AC3" |
| 2654 | + "integrity": "2E6E25B3B9C10ECC25A5B523C413182D185F13492602CF92896C658E6959CBFA" |
2662 | 2655 | }, |
2663 | 2656 | { |
2664 | 2657 | "description": "C/C++ language components (Linux / armhf)", |
2665 | | - "url": "https://go.microsoft.com/fwlink/?linkid=2160914", |
| 2658 | + "url": "https://go.microsoft.com/fwlink/?linkid=2164297", |
2666 | 2659 | "platforms": [ |
2667 | 2660 | "linux" |
2668 | 2661 | ], |
|
2673 | 2666 | "./bin/cpptools", |
2674 | 2667 | "./bin/cpptools-srv" |
2675 | 2668 | ], |
2676 | | - "integrity": "ED83E6E0F5784323CDF42BA1EF57CDFFBF2A81D468B08C8ECF126A2D042343F2" |
| 2669 | + "integrity": "25F5776247184254D49B9FCC25D0D018AECF1D8930FC517F25C9FCC0A9E650AC" |
2677 | 2670 | }, |
2678 | 2671 | { |
2679 | 2672 | "description": "C/C++ language components (Linux / aarch64)", |
2680 | | - "url": "https://go.microsoft.com/fwlink/?linkid=2160915", |
| 2673 | + "url": "https://go.microsoft.com/fwlink/?linkid=2165100", |
2681 | 2674 | "platforms": [ |
2682 | 2675 | "linux" |
2683 | 2676 | ], |
|
2688 | 2681 | "./bin/cpptools", |
2689 | 2682 | "./bin/cpptools-srv" |
2690 | 2683 | ], |
2691 | | - "integrity": "52DD114FF466FA3542D7F98F12716E4296712986CA4908B18DCC039209B8D2CC" |
| 2684 | + "integrity": "186614524A13EC75BF68798861818D25CE82FDE293C57B725C11F62B0694EC55" |
2692 | 2685 | }, |
2693 | 2686 | { |
2694 | 2687 | "description": "C/C++ language components (OS X)", |
2695 | | - "url": "https://go.microsoft.com/fwlink/?linkid=2161012", |
| 2688 | + "url": "https://go.microsoft.com/fwlink/?linkid=2164296", |
2696 | 2689 | "platforms": [ |
2697 | 2690 | "darwin" |
2698 | 2691 | ], |
|
2703 | 2696 | "./bin/cpptools", |
2704 | 2697 | "./bin/cpptools-srv" |
2705 | 2698 | ], |
2706 | | - "integrity": "53654F3D21C5D470D3C05EA48CFB7AB3CB197344049DC55AEB07374AFECD1587" |
| 2699 | + "integrity": "8E19E1BDD95FCC80F74529E6B5C24AB761F7D84B92CF44C33DAE38A8F11F6FB5" |
2707 | 2700 | }, |
2708 | 2701 | { |
2709 | 2702 | "description": "C/C++ language components (OS X ARM64)", |
2710 | | - "url": "https://go.microsoft.com/fwlink/?linkid=2160918", |
| 2703 | + "url": "https://go.microsoft.com/fwlink/?linkid=2164187", |
2711 | 2704 | "platforms": [ |
2712 | 2705 | "darwin" |
2713 | 2706 | ], |
|
2718 | 2711 | "./bin/cpptools", |
2719 | 2712 | "./bin/cpptools-srv" |
2720 | 2713 | ], |
2721 | | - "integrity": "E00370987D321E5AB58894B95F1545B52F59ED8E548BE1CBC8393F8B63562BDE" |
| 2714 | + "integrity": "1225791C05E0DBD708D0EE9598ACBC94B742E25C7CAE92C5C89791AF924D4B96" |
2722 | 2715 | }, |
2723 | 2716 | { |
2724 | 2717 | "description": "C/C++ language components (Windows)", |
2725 | | - "url": "https://go.microsoft.com/fwlink/?linkid=2160913", |
| 2718 | + "url": "https://go.microsoft.com/fwlink/?linkid=2164298", |
2726 | 2719 | "platforms": [ |
2727 | 2720 | "win32" |
2728 | 2721 | ], |
|
2734 | 2727 | "./bin/cpptools.exe", |
2735 | 2728 | "./bin/cpptools-srv.exe" |
2736 | 2729 | ], |
2737 | | - "integrity": "970504DB40E0B54E48075C1FBCE0F34AB674DE3F1CCAD51FFA04689513CC8013" |
| 2730 | + "integrity": "8D9E008B789D13DF4175795400E9402D43D199846CEC1DC4DD1F319B4C0D5492" |
2738 | 2731 | }, |
2739 | 2732 | { |
2740 | 2733 | "description": "C/C++ language components (Windows ARM64)", |
2741 | | - "url": "https://go.microsoft.com/fwlink/?linkid=2160916", |
| 2734 | + "url": "https://go.microsoft.com/fwlink/?linkid=2165101", |
2742 | 2735 | "platforms": [ |
2743 | 2736 | "win32" |
2744 | 2737 | ], |
|
2749 | 2742 | "./bin/cpptools.exe", |
2750 | 2743 | "./bin/cpptools-srv.exe" |
2751 | 2744 | ], |
2752 | | - "integrity": "E85CF0C80B64F940F73E158966749C0A95D122907170CACECDCBB118986D0E57" |
| 2745 | + "integrity": "4B94A64721FE8D0E1F93AACBA1190A9DC00DF7225E20BF628AC57BEC6301AA7D" |
2753 | 2746 | }, |
2754 | 2747 | { |
2755 | 2748 | "description": "ClangFormat (Linux / x86_64)", |
|
0 commit comments