Skip to content

Commit 54f28c0

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 404cd84 + 2249576 commit 54f28c0

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
lines changed

docs/ide/copilot-agent-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Use agent mode'
33
description: Use GitHub Copilot Agent to iterate on code in Visual Studio by making code edits, running commands, and reading error/build context.
4-
ms.date: 6/17/2025
4+
ms.date: 7/28/2025
55
ms.topic: get-started
66
author: anandmeg
77
ms.author: meghaanand
@@ -79,7 +79,7 @@ In the chat window, after a tool invocation, use the **Allow** dropdown options
7979

8080
You can reset tool confirmation selections in **Tools** > **Options** > **GitHub** > **Copilot** > **Tools**.
8181

82-
:::image type="content" source="media/vs-2022/copilot-agent-mode/copilot-agent-tool-config.png" alt-text="Screenshot that shows tool confirmation options." lightbox="media/vs-2022/copilot-agent-mode/copilot-agent-tool-config.png":::
82+
:::image type="content" source="media/vs-2022/copilot-agent-mode/copilot-agent-tool-config-options.png" alt-text="Screenshot that shows tool confirmation options." lightbox="media/vs-2022/copilot-agent-mode/copilot-agent-tool-config-options.png":::
8383

8484
<!-- TODO: Define what "Reset solution setting does -->
8585

docs/ide/copilot-free-plan.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'GitHub Copilot Free in Visual Studio'
33
description: Use GitHub Copilot Completions, Chat, and Edits for free in Visual Studio.
4-
ms.date: 5/13/2025
4+
ms.date: 7/29/2025
55
ms.topic: overview
66
author: anandmeg
77
ms.author: meghaanand
@@ -23,12 +23,12 @@ To get started with Copilot Free in Visual Studio, you need:
2323
## Get started with Copilot Free in Visual Studio
2424

2525
With Visual Studio version 17.14, you can [activate Copilot Free at first launch](work-with-github-accounts.md#add-a-github-account-at-first-launch).
26-
You can set up Copilot Free using Visual Studio later as follows:
26+
You can also [set up from the Copilot Chat window](work-with-github-accounts.md#add-a-github-account-from-the-copilot-chat-window) later as follows:
2727

28-
1. Use **Ctrl+\\** to open the chat window in Visual Studio. You can also select the **GitHub Copilot** badge in the upper-right corner of the IDE, and then select **Open Chat Window** from the dropdown to open chat.
29-
1. Select **Sign up for Copilot Free**.
28+
1. Use **Ctrl+\\** to open the chat window in Visual Studio. You can also select the **GitHub Copilot** badge in the upper-right corner of the IDE, and then select **Open Chat Window to Sign In** from the dropdown to open chat.
29+
1. Select **Sign up for Copilot Free** or **Sign up with Google**
3030

31-
:::image type="content" source="media/vs-2022/copilot-free/sign-up-for-copilot-free.png" alt-text="Screenshot of Sign up for Copilot Free in the Chat window.":::
31+
:::image type="content" source="../ide/media/vs-2022/copilot-free/sign-up-for-copilot-free.png" alt-text="Screenshot of Sign up for Copilot Free in the Chat window.":::
3232

3333
1. If you have an existing GitHub account, sign in when prompted. If not, follow the steps to create a new GitHub account.
3434
1. Once finished, you’re redirected back to Visual Studio.
@@ -98,4 +98,4 @@ See [About GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage) for inform
9898
- [Install and manage GitHub Copilot in Visual Studio](visual-studio-github-copilot-install-and-states.md)
9999
- [GitHub Copilot experience for Visual Studio](visual-studio-github-copilot-extension.md)
100100
- [GitHub Copilot Chat experience for Visual Studio](visual-studio-github-copilot-chat.md)
101-
- [About GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage)
101+
- [About GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage)
52.6 KB
Loading
-8.37 KB
Loading

docs/ide/work-with-github-accounts.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Add GitHub accounts to your keychain
3-
ms.date: 05/13/2025
3+
ms.date: 07/29/2025
44
ms.topic: how-to
55
description: Add your public GitHub or GitHub Enterprise account to your Visual Studio keychain so you can track code changes in GitHub repositories from Visual Studio.
66
author: anandmeg
@@ -41,7 +41,17 @@ If you sign in with a GitHub account that doesn't have an active GitHub Copilot
4141

4242
> If [Copilot is disabled by your administrator](visual-studio-github-copilot-admin.md#disabling-copilot-skus), the first launch experience respects the group policy.
4343
44-
If you choose to not sign in with GitHub at first launch, you can add your GitHub account later using the **profile card** or the **Account Settings** dialog as follows.
44+
If you choose to not sign in with GitHub at first launch, you can add your GitHub account later using the **Copilot Chat window**, **profile card**, or **Account Settings** dialog.
45+
46+
### Add a GitHub account from the Copilot Chat window
47+
48+
Select the GitHub Copilot badge in the upper-right corner of the IDE and select **Open Chat Window** from the dropdown, or use **Ctrl+\\** to open the Copilot chat window.
49+
Then select one of the following:
50+
- **Sign up for Copilot Free** to setup Copilot Free for a new or existing GitHub account
51+
- **Sign up with Google** to sign in with a Google account linked to your GitHub account
52+
- **Sign in** to sign in with an existing GitHub account
53+
54+
:::image type="content" source="media/vs-2022/copilot-free/sign-up-for-copilot-free.png" alt-text="Screenshot of Sign up for Copilot Free in the Chat window.":::
4555

4656
### Add a GitHub account from the **profile card**
4757

0 commit comments

Comments
 (0)