Skip to content

Commit b8db4ed

Browse files
committed
FIxed PR review suggetions.
1 parent 69a4ffe commit b8db4ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/debugger/view-data-in-ienumerable-visualizer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ To open the IEnumerable visualizer, you must be paused during debugging.
3737

3838
1. Select the icon to open the IEnumerable visualizer.
3939

40-
:::image type="content" source="../debugger/media/vs-2022/dbg-open-IEnumerable-visualizer.png" alt-text="Open a IEnumerable visualizer":::
40+
:::image type="content" source="../debugger/media/vs-2022/dbg-open-ienumerable-visualizer.png" alt-text="Diagram of Open a IEnumerable visualizer.":::
4141

4242
## View IEnumerable visualizer data
4343

4444
The visualizer shows the IEnumerable data in a format.
4545

46-
:::image type="content" source="../debugger/media/vs-2022/dbg-IEnumerable-visualizer.png" alt-text="View the visualizer data":::
46+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer.png" alt-text="Diagram of View the visualizer data.":::
4747

4848
You can use the right-click context menu to customize the view:
4949

@@ -59,7 +59,7 @@ You can use the right-click context menu to customize the view:
5959
- You also can filter visualizer data based desired filter string. Enter the string in the filter box on the upper right corner and hit enter. The Visualizer will return all the rows that contain a value that matches the filter string.
6060
- You can also export the filtered and sorted results in CSV/Excel format.
6161

62-
:::image type="content" source="../debugger/media/vs-2022/dbg-IEnumerable-visualizer-filter.gif" alt-text="View the visualizer data filter":::
62+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-filter.gif" alt-text="Diagram of View the visualizer data filter.":::
6363

6464
## See also
6565

docs/ide/whats-new-visual-studio-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The following people contributed to the Visual Studio docs during this period. T
212212
- Updates for background code analysis scope
213213
- [Set language-specific editor options](./reference/setting-language-specific-editor-options.md) - update Basic to Visual Basic in Tools>Options>Text Editor topics
214214
- [Synchronize Visual Studio settings across multiple computers](./synchronized-settings-in-visual-studio.md) - update 'Turn off synchronized settings on a particular computer' section
215-
- [Options dialog box: Environment \> Documents](./reference/documents-environment-options-dialog-box.md) - add new Auto Save All Files option
215+
- [Options dialog box: Environment \> Documents](./reference/documents-environment-options-dialog-box.md) - add new AutoSave All Files option
216216
- [Options, Text Editor, C#, Advanced](./reference/options-text-editor-csharp-advanced.md) - Updates for background code analysis scope
217217
- [What is the Project Designer?](./reference/project-properties-reference.md) - revise Project Designer reference links for Visual Studio 2022
218218
- [Sign in to Visual Studio on Windows](./signing-in-to-visual-studio.md) - Update the sign in docs

0 commit comments

Comments
 (0)