Skip to content

Commit 2cc1b47

Browse files
TylerMSFTTylerMSFT
authored andcommitted
experiment
1 parent 07563d1 commit 2cc1b47

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/build/vscpp-step-0-installation.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ After the installer is installed, you can use it to customize your installation
6565

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

68-
![Visual Studio 2022: Install a workload.](../get-started/media/vs2022-installer-workloads.png)
69-
70-
:::image type="content" source="../get-started/media/vs2022-installer-workloads.png" alt-text="Visual studio installer with the Desktop development with C++ workload checked.":::
71-
On the right in the installation details pane, the various components of the workload are shown." lightbox="../get-started/media/vs2022-installer-workloads.png"
68+
:::image type="complex" source="../get-started/media/vs2022-installer-workloads.png" alt-text="Visual studio installer with the Desktop development with C++ workload checked."
69+
lightbox="../get-started/media/vs2022-installer-workloads.png":::
70+
On the right in the installation details pane, the various components of the workload are shown.
7271
:::image-end:::
7372

7473
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.
@@ -92,7 +91,9 @@ If you don't want to use the Workloads feature to customize your Visual Studio i
9291

9392
By default, the installer program tries to match the language of the operating system when it runs for the first time. To install Visual Studio in a language of your choosing, choose the **Language packs** tab from the Visual Studio Installer, and then follow the prompts.
9493

95-
![Screenshot of the Visual Studio Installer, showing the Install language packs tab view.](../get-started/media/vs-installer-language-packs.png)
94+
:::image type="content" source="../get-started/media/vs-installer-language-packs.png" alt-text="Screenshot of the Visual Studio Installer, showing the Install language packs tab view.":::
95+
English is selected. There are also options for Chinese Simplified or traditional, French, German, Spanish, and several others.
96+
:::image-end:::
9697

9798
#### Change the installer language from the command line
9899

0 commit comments

Comments
 (0)