Skip to content

Commit f110d76

Browse files
authored
Acrolinx fix, alt-text compliance
1 parent 7f242b0 commit f110d76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/build/how-to-create-a-cpp-project-from-existing-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The following instructions assume that Visual Studio is running and is past the
1818
1. On the **File** menu, select **New** > **Project From Existing Code**.
1919
1. The **Create New Project from Existing Code Files** wizard opens. Choose what type of project to create from the dropdown: **Visual C++**, **Visual Basic**, or **C#**. Then choose **Next** to continue.
2020

21-
:::image type="complex" source="./media/create-from-existing-code-wizard.png" alt-text="Create New Project from Existing Code dialog.":::
22-
The project type dropdown shows the optoins Visual C++ (which is selected), Visual Basic, and C#.
21+
:::image type="complex" source="./media/create-from-existing-code-wizard.png" alt-text="Screenshot showing the Create New Project from Existing Code dialog.":::
22+
The project type dropdown shows the options Visual C++ (which is selected), Visual Basic, and C#.
2323
:::image-end:::
2424
1. Specify your project location, the directory for your source files, and the kinds of files the wizard imports into the new project. Choose **Next** to continue.
2525

docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ A partial list of new features:
5050
The Quick Info window is shown above a function. The Tell me more link is highlighted.
5151
:::image-end:::
5252
- GitHub Copilot can generate naming suggestions for your identifiers (variables, methods, or classes) based on how your identifier is used and the style of your code.
53-
:::image type="complex" source="./media/copilot-rename.png" alt-text="A screenshot of the GitHub Copilot Rename dialog":::
53+
:::image type="complex" source="./media/copilot-rename.png" alt-text="A screenshot of the GitHub Copilot Rename dialog.":::
5454
The Rename dialog has a New name field with a dropdown list that shows these choices: text_color, font_color, display_color, console_color, and menu_text_color.
5555
:::image-end:::
5656
You need an active [GitHub Copilot subscription](https://visualstudio.microsoft.com/github-copilot/). Right-click the variable you wish to rename, and choose **Rename** (`Ctrl+R`, `Ctrl+R`). Select the GitHub Copilot sparkle icon to generate naming suggestions.

0 commit comments

Comments
 (0)