Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build/vscpp-step-0-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ After the installer is installed, you can use it to customize your installation

1. Find the workload you want in the **Installing Visual Studio** screen.

:::image type="content" source="../get-started/media/vs2022-installer-workloads.png" alt-text="Visual studio installer with the Desktop development with C++ workload selected." lightbox="../get-started/media/vs2022-installer-workloads.png":::
:::image type="content" source="../get-started/media/vs2022-installer-workloads.png" alt-text="Visual Studio installer with the Desktop development with C++ workload selected." lightbox="../get-started/media/vs2022-installer-workloads.png":::

For core C and C++ support, choose the "Desktop development with C++" workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/vscpp-step-1-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Visual Studio now knows to build your project to run in a console window. Next,

![View of the process to add a source file for HelloWorld.cpp.](media/vscpp-add-new-item.gif "Add a source file for HelloWorld.cpp")

Visual studio creates a new, empty source code file and opens it in an editor window, ready to enter your source code.
Visual Studio creates a new, empty source code file and opens it in an editor window, ready to enter your source code.

[I ran into a problem.](#add-a-source-code-file-issues)

Expand Down