|
112 | 112 | }
|
113 | 113 | }
|
114 | 114 | },
|
115 |
| - { |
116 |
| - "id": "build.project.mac", |
117 |
| - "title": "Build your C++ file", |
118 |
| - "description": "Create a default build task for your project. \n[Learn more](https://code.visualstudio.com/docs/cpp/config-clang-mac#_build-helloworldcpp)", |
119 |
| - "when": "isMac", |
120 |
| - "media": { |
121 |
| - "altText": "A markdown file with instructions for configuring the default build task on macOS with Clang.", |
122 |
| - "path": "walkthrough/buildtask/build-project-mac.md" |
123 |
| - } |
124 |
| - }, |
125 |
| - { |
126 |
| - "id": "build.project.linux", |
127 |
| - "title": "Build your C++ file", |
128 |
| - "description": "Create a default build task for your project. \n[Learn more](https://code.visualstudio.com/docs/cpp/config-linux#_build-helloworldcpp)", |
129 |
| - "when": "isLinux", |
130 |
| - "media": { |
131 |
| - "altText": "A markdown file with instructions for configuring the default build task on Linux with GCC.", |
132 |
| - "path": "walkthrough/buildtask/build-project-linux.md" |
133 |
| - } |
134 |
| - }, |
135 |
| - { |
136 |
| - "id": "build.project.windows", |
137 |
| - "title": "Build your C++ file", |
138 |
| - "description": "Create a default build task for your project. \n[Learn more](https://code.visualstudio.com/docs/cpp/config-msvc#_build-helloworldcpp)", |
139 |
| - "when": "isWindows", |
140 |
| - "media": { |
141 |
| - "altText": "A markdown file with instructions for configuring the default build task on Windows with MSVC.", |
142 |
| - "path": "walkthrough/buildtask/build-project-windows.md" |
143 |
| - } |
144 |
| - }, |
145 | 115 | {
|
146 | 116 | "id": "run.project.mac",
|
147 | 117 | "title": "Run and debug your C++ file",
|
148 |
| - "description": "Create a debug configuration for your project. \n[Learn more](https://code.visualstudio.com/docs/cpp/config-clang-mac#_debug-helloworldcpp)", |
| 118 | + "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)", |
149 | 119 | "when": "isMac",
|
150 | 120 | "media": {
|
151 | 121 | "altText": "A markdown file with instructions for starting a debugging session on macOS.",
|
|
155 | 125 | {
|
156 | 126 | "id": "run.project.linux",
|
157 | 127 | "title": "Run and debug your C++ file",
|
158 |
| - "description": "Create a debug configuration for your project. \n[Learn more](https://code.visualstudio.com/docs/cpp/config-linux#_debug-helloworldcpp)", |
| 128 | + "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)", |
159 | 129 | "when": "isLinux",
|
160 | 130 | "media": {
|
161 | 131 | "altText": "A markdown file with instructions for starting a debugging session on Linux.",
|
|
165 | 135 | {
|
166 | 136 | "id": "run.project.windows",
|
167 | 137 | "title": "Run and debug your C++ file",
|
168 |
| - "description": "Create a debug configuration for your project. \n[Learn more](https://code.visualstudio.com/docs/cpp/config-msvc#_debug-helloworldcpp)", |
| 138 | + "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)", |
169 | 139 | "when": "isWindows",
|
170 | 140 | "media": {
|
171 | 141 | "altText": "A markdown file with instructions for starting a debugging session on Windows.",
|
|
0 commit comments