Skip to content

Commit 3a8ace7

Browse files
Merge pull request #12850 from anandmeg/copilot-updates1
SEO updates
2 parents db5fdd0 + 0fef8cd commit 3a8ace7

6 files changed

+25
-22
lines changed

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)