Skip to content

Commit 0cc3a81

Browse files
committed
edits
1 parent f701c68 commit 0cc3a81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ Starting in Visual Studio 2022 version 17.11, you can directly change the **Expr
6868

6969
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-edit-expression.png" alt-text="Screenshot of View the visualizer data edit the expression.":::
7070

71-
Starting in Visual Studio 2022 version 17.12 Preview X, you can get AI assitance to edit the LINQ expression. If you have Copilot activated, click the GitHub [Copilot](../ide/visual-studio-github-copilot-extension.md) icon to open Copilot chat.
71+
Starting in Visual Studio 2022 version 17.12 Preview X, you can get AI assitance to edit the LINQ expression. If you have Copilot activated, click the GitHub [Copilot](../ide/visual-studio-github-copilot-extension.md) icon to open Copilot Chat.
7272

73-
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-edit-expression-copilot.png" alt-text="Screenshot of View the visualizer data edit the expression.":::
73+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-edit-expression-copilot.png" alt-text="Screenshot of Copilot button to get help to edit the expression.":::
7474

75-
In the Copilot chat, you see LINQ syntax examples. Additionally, you can describe your query in natural language, and GitHub Copilot will generate the corresponding LINQ query. To apply LINQ query filtering to the visualizer, use the **Show in Visualizer** button in the chat.
75+
In the Copilot Chat, you see LINQ syntax examples. Additionally, you can describe your query in natural language, and GitHub Copilot will generate the corresponding LINQ query. To apply LINQ query filtering to the visualizer, use the **Show in Visualizer** button in the chat.
7676

77-
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-edit-expression-copilot-show-in-visualizer.png" alt-text="Screenshot of View the visualizer data edit the expression.":::
77+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-edit-expression-copilot-show-in-visualizer.png" alt-text="Screenshot of Show in Visualizer button in Copilot Chat.":::
7878

7979
## Related content
8080
- [View strings in a string visualizer](../debugger/view-strings-visualizer.md)

0 commit comments

Comments
 (0)