Skip to content

Commit df670f8

Browse files
authored
Jureid/walkthrough clean (#7554)
* removed walkthrough task for Build your C++ file and simplified instructions for Run and debug your C++ file * Addressing PR feedback - removed unused files and added step for selecting compiler in markdown file for Run and debug your C++ file
1 parent a64b606 commit df670f8

13 files changed

+24
-89
lines changed

Extension/package.json

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -112,40 +112,10 @@
112112
}
113113
}
114114
},
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-
},
145115
{
146116
"id": "run.project.mac",
147117
"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)",
149119
"when": "isMac",
150120
"media": {
151121
"altText": "A markdown file with instructions for starting a debugging session on macOS.",
@@ -155,7 +125,7 @@
155125
{
156126
"id": "run.project.linux",
157127
"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)",
159129
"when": "isLinux",
160130
"media": {
161131
"altText": "A markdown file with instructions for starting a debugging session on Linux.",
@@ -165,7 +135,7 @@
165135
{
166136
"id": "run.project.windows",
167137
"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)",
169139
"when": "isWindows",
170140
"media": {
171141
"altText": "A markdown file with instructions for starting a debugging session on Windows.",

Extension/walkthrough/buildtask/build-project-linux.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

Extension/walkthrough/buildtask/build-project-mac.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

Extension/walkthrough/buildtask/build-project-windows.md

Lines changed: 0 additions & 15 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)