Skip to content

Commit f1ec9c6

Browse files
Merge pull request #10326 from MicrosoftDocs/main638579846777139875sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 7d2ba9c + e3c5b72 commit f1ec9c6

12 files changed

+39
-28
lines changed
Loading
Loading
Loading
Binary file not shown.
Loading

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

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "View data with the Tabular visualizer "
33
description: View large collection objects with built-in tabular visualizers in the Visual Studio debugger and examine data by row and column for fields and properties.
4-
ms.date: "01/19/2023"
4+
ms.date: "07/30/2024"
55
ms.topic: "conceptual"
66
dev_langs:
77
- "CSharp"
@@ -29,35 +29,43 @@ To open the visualizer, you must be paused during debugging.
2929

3030
You can access the visualizer by clicking on the magnifying glass icon that appears next to the Value for one of those objects ![VisualizerIcon](../debugger/media/dbg-tips-visualizer-icon.png "Visualizer icon") in a debugger variables window or in a DataTip.
3131

32-
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-debugger-visualizer.png" alt-text="Diagram of Open an IEnumerable visualizer.":::
32+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-debugger-visualizer.png" alt-text="Screenshot of Open an IEnumerable visualizer.":::
3333

3434
## DataSet visualizer
3535

3636
The DataSet Visualizer allows you to view the contents of a DataSet, DataTable, DataView, or DataViewManager object.
3737

38-
:::image type="content" source="../debugger/media/dbg-tips-dataset-visualizer.png " alt-text="Diagram of View the DataSet visualizer data.":::
38+
:::image type="content" source="../debugger/media/dbg-tips-dataset-visualizer.png " alt-text="Screenshot of View the DataSet visualizer data.":::
39+
3940
## IEnumerable visualizer
4041

4142
Starting in Visual Studio 2022, you can view IEnumerable collections in a tabular view.
4243

4344
The IEnumerable visualizer helps explore large collection objects in a more streamlined way. The visualizer supports IEnumerable collections where the object type (T) can be simple types or complex types like dictionaries.
4445

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

4748
You can use the right-click context menu to customize the view:
4849

4950
- Select **Hide Column** to hide duplicate data.
5051
- Select **Expand Column** to see more details items in the complex data.
5152
- Select **Hide Children** to get a more concise view of your data.
5253

53-
## Filter, sort, and export visualizer data
54+
## Filter, sort, and export visualizer data
55+
5456
- Both DataSet and IEnumerable support filtering, sorting, and exporting of visualizer data.
5557
- You can sort the visualizer columns in ascending/descending order by clicking on the column name.
5658
- You also can filter visualizer data based on a filter string. Enter the string in the filter box in the upper right corner and press Enter. The Visualizer returns all the rows that contain a value that matches the filter string.
5759
- You can export the data from IEnumerable visualizers in CSV/Excel format using the dropdown on the top right corner.
5860
- You can also export the filtered and sorted results in CSV/Excel format.
5961

60-
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-filtering.gif" alt-text="Diagram of View the visualizer data filter.":::
62+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-filtering.png" alt-text="Screenshot of View the visualizer data filter.":::
63+
64+
## Modify the visualizer expression
65+
66+
Starting in Visual Studio 2022 version 17.11 Preview 6, you can directly change the **Expression** textbox with a modified LINQ expression. The visualizer data gets updated, reflecting the data change resulting from your new query.
67+
68+
:::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.":::
6169

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

docs/ide/ai-assisted-development-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: AI-assisted development in Visual Studio
3-
description: Learn about the AI-assisted development tools in Visual Studio, such as GitHub Copilot, GitHub Copilot Chat, and IntelliCode, and how they can help you write code more efficiently.
4-
ms.date: 4/17/2024
2+
title: AI-assistance for developers in Visual Studio
3+
description: Learn about the AI-assisted development tools in Visual Studio, such as GitHub Copilot Completions and Chat, and IntelliCode, and how they can help you write code more efficiently.
4+
ms.date: 7/29/2024
55
ms.topic: overview
66
author: anandmeg
77
ms.author: meghaanand

docs/ide/copilot-chat-context.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Tips & Tricks for GitHub Copilot Chat in Visual Studio'
33
description: Use slash commands, references, and threads to form better questions and get better answers with scoped context in GitHub Copilot Chat.
4-
ms.date: 5/22/2024
4+
ms.date: 7/29/2024
55
ms.topic: how-to
66
author: anandmeg
77
ms.author: meghaanand
@@ -28,10 +28,11 @@ Learn more about [AI-assisted development in Visual Studio](../ide/ai-assisted-d
2828
## Prerequisites
2929

3030
To get started using GitHub Copilot Chat in Visual Studio, you need:
31-
+ An active [subscription](https://docs.github.com/en/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot) to either [GitHub Copilot for Individuals](https://docs.github.com/copilot/overview-of-github-copilot/about-github-copilot-for-individuals) or [GitHub Copilot for Business](https://docs.github.com/copilot/overview-of-github-copilot/about-github-copilot-for-business)
32-
+ Visual Studio 2022 [version 17.6](/visualstudio/releases/2022/release-history) or later installed
33-
+ [GitHub Copilot installed](visual-studio-github-copilot-install-and-states.md) in Visual Studio
34-
+ [GitHub Copilot Chat extension installed](visual-studio-github-copilot-chat.md#get-github-copilot-chat-for-visual-studio) in Visual Studio
31+
+ Visual Studio 2022 [version 17.8](/visualstudio/releases/2022/release-history) or later
32+
+ Active [subscription](https://docs.github.com/en/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot) to either [GitHub Copilot for Individuals](https://docs.github.com/copilot/overview-of-github-copilot/about-github-copilot-for-individuals) or [GitHub Copilot for Business](https://docs.github.com/copilot/overview-of-github-copilot/about-github-copilot-for-business)
33+
+ [GitHub Copilot](visual-studio-github-copilot-install-and-states.md) in Visual Studio
34+
+ [GitHub Copilot Chat](visual-studio-github-copilot-chat.md#get-github-copilot-chat-for-visual-studio) in Visual Studio
35+
+ [Sign in to Visual Studio with the GitHub account](work-with-github-accounts.md) that has an active GitHub Copilot subscription
3536

3637
Support for GitHub Copilot Chat will be provided by GitHub and can be reached at https://support.github.com.
3738

docs/ide/visual-studio-github-copilot-admin.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Admin controls for GitHub Copilot in Visual Studio
3-
description: GitHub Copilot in Visual Studio 2022 version 17.10 introduces new features for administrators to manage Copilot effectively.
4-
ms.date: 3/28/2024
3+
description: Learn about the new features for administrators in GitHub Copilot for Visual Studio that enable admins to manage Copilot effectively.
4+
ms.date: 7/30/2024
55
ms.topic: how-to
66
author: anandmeg
77
ms.author: meghaanand
@@ -11,8 +11,10 @@ ms.collection: ce-skilling-ai-copilot
1111
monikerRange: vs-2022
1212
---
1313

14-
# Admin controls for GitHub Copilot
15-
GitHub Copilot in Visual Studio 2022 17.10 Preview 3 introduces new features for administrators to manage Copilot effectively.
14+
# Admin controls for GitHub Copilot
15+
16+
Visual Studio 2022 version 17.10 introduces new features for administrators to configure and manage GitHub Copilot for their enterprise effectively.
17+
In this article, you learn how to disable Copilot for individual accounts or disable Copilot altogether.
1618

1719
## Disabling Copilot for individual Enterprise Visual Studio accounts
1820

docs/ide/visual-studio-github-copilot-chat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: About GitHub Copilot Chat in Visual Studio
3-
description: Learn about the fully integrated AI-powered GitHub Copilot Chat extension in Visual Studio, and how you can use the chat interface to ask and receive answers to coding-related questions from right within the IDE.
4-
ms.date: 5/22/2024
3+
description: Learn about the fully integrated GitHub Copilot Chat in Visual Studio. Use the chat interface to ask coding-related questions from right within the IDE.
4+
ms.date: 7/29/2024
55
ms.topic: overview
66
author: anandmeg
77
ms.author: meghaanand
@@ -14,7 +14,7 @@ monikerRange: '>= vs-2022'
1414

1515
[**GitHub Copilot Completions**](https://marketplace.visualstudio.com/items?itemName=GitHub.copilotvs) and [**GitHub Copilot Chat**](https://aka.ms/VSXGHCopilot) in Visual Studio enable enhanced [AI-assisted development in Visual Studio](ai-assisted-development-visual-studio.md), helping you be more productive and efficient when writing code.
1616

17-
In this article, you'll learn about using Copilot Chat in Visual Studio, a fully integrated AI-powered chat experience from [GitHub Copilot](visual-studio-github-copilot-extension.md) right within the Visual Studio IDE. It enables you to get coding information and support, such as syntax, programming concepts, context-specific code help, test cases, debugging, and more, without leaving the IDE.
17+
In this article, you'll learn about using Copilot Chat in Visual Studio, a fully integrated AI-powered chat experience from [GitHub Copilot](visual-studio-github-copilot-extension.md) right within the Visual Studio IDE. It enables you to get coding information and support, such as syntax, programming concepts, context-specific code help, test cases, debugging, and more, without leaving the IDE. [Use the chat interface](#use-copilot-chat-in-visual-studio) to submit your question as prompt and [set intent](copilot-chat-context.md) for better scoped answers.
1818

1919
For more information on the GitHub Copilot Completions in Visual Studio, see [About GitHub Copilot Completions for Visual Studio](visual-studio-github-copilot-extension.md).
2020

docs/ide/visual-studio-github-copilot-install-and-states.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Install and manage GitHub Copilot in Visual Studio
3-
description: Install GitHub Copilot in Visual Studio and manage copilot state by using the Copilot badge in the IDE.
4-
ms.date: 6/18/2024
3+
description: Learn how to install GitHub Copilot to get GitHub Copilot Completions and Chat in Visual Studio. Use the Copilot badge in the IDE to access options to manage or troubleshoot your Copilot state.
4+
ms.date: 7/29/2024
55
ms.topic: install-set-up-deploy
66
author: anandmeg
77
ms.author: meghaanand
@@ -80,7 +80,7 @@ Download and install the extensions directly from [Visual Studio Marketplace](ht
8080

8181
## Manage your Copilot state
8282

83-
With Visual Studio 2022 version 17.10, you see a Copilot status icon in the upper-right corner of the Visual Studio environment that indicates if Copilot is active, inactive, unavailable, or not installed. Using the dropdown menu from the status icon, you can easily access options that help manage or troubleshoot your Copilot state. Some options are available or greyed out depending on your Copilot state.
83+
With Visual Studio 2022 version 17.10, you see a Copilot status icon in the upper-right corner of the Visual Studio environment that indicates if Copilot is active, inactive, unavailable, or not installed. Using the dropdown menu from the status icon, you can easily access options that help manage or [troubleshoot](visual-studio-github-copilot-troubleshoot.md) your Copilot state. Some options are available or greyed out depending on your Copilot state.
8484

8585
> [!NOTE]
8686
> Note that the status icon is moving from the bottom panel of the Visual Studio editor.

docs/ide/visual-studio-github-copilot-troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Troubleshoot GitHub Copilot in Visual Studio 2022
3-
description: Learn about the copilot status and how to fix issues.
4-
ms.date: 4/09/2024
2+
title: Troubleshoot GitHub Copilot state
3+
description: Learn how to use the GitHub Copilot badge in the Visual Studio IDE to troubleshoot copilot state and resolve common issues.
4+
ms.date: 7/29/2024
55
ms.topic: troubleshooting-problem-resolution
66
author: anandmeg
77
ms.author: meghaanand
@@ -13,7 +13,7 @@ monikerRange: vs-2022
1313

1414
# Troubleshoot GitHub Copilot in Visual Studio
1515

16-
This troubleshooting guide includes instructions to resolve issues with GitHub Copilot in Visual Studio 2022 version 17.10 Preview 3 or later.
16+
This troubleshooting guide includes instructions to resolve issues with GitHub Copilot in Visual Studio 2022 version 17.10 or later.
1717

1818
The GitHub Copilot badge in the upper-right corner of the Visual Studio environment showing the message **Copilot is temporarily unreachable** indicates GitHub Copilot is offline.
1919

0 commit comments

Comments
 (0)