You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/copilot-free-plan.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: 'GitHub Copilot Free in Visual Studio'
3
3
description: Use GitHub Copilot Completions, Chat, and Edits for free in Visual Studio.
4
-
ms.date: 12/18/2024
4
+
ms.date: 1/22/2025
5
5
ms.topic: overview
6
6
author: anandmeg
7
7
ms.author: meghaanand
@@ -22,23 +22,28 @@ To get started with Copilot Free in Visual Studio, you need:
22
22
23
23
## Get started with Copilot Free in Visual Studio
24
24
25
-
**Set up Copilot Free using Visual Studio**
25
+
Set up Copilot Free using Visual Studio as follows:
26
26
27
-
- In Visual Studio, select the **GitHub Copilot** badge in the upper-right corner of the IDE.
28
-
- Select **Get Copilot Subscription** or **Add GitHub account to Visual Studio**.
29
-
- If you have an existing GitHub account, sign in when prompted. If not, follow the steps to create a new GitHub account.
30
-
- Select **Sign up for Free** to complete the setup. Once finished, you’ll be redirected back to Visual Studio.
27
+
1. In Visual Studio, select the **GitHub Copilot** badge in the upper-right corner of the IDE.
28
+
1. Select **Open Chat Window** from the dropdown.
29
+
1. Select **Sign up for Copilot Free**.
31
30
32
-
**Set up Copilot Free using GitHub.com**
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.":::
33
32
34
-
- In the upper-right corner of any GitHub page, select your profile photo, and then select **Your Copilot**.
35
-
- Select **Start using Copilot Free** to activate Copilot Free and open a conversation thread.
36
-
- Select **Use Copilot in other IDEs**, select **Visual Studio** and follow the instructions provided for Visual Studio.
33
+
1. If you have an existing GitHub account, sign in when prompted. If not, follow the steps to create a new GitHub account.
34
+
1. Once finished, you’re redirected back to Visual Studio.
37
35
38
36
## Copilot Free usage limits in Visual Studio
39
37
40
-
Copilot Free provides a limited number of code completions and chat responses for free per month. Changes in Copilot functionality may indicate you've reached your monthly usage limit.
41
-
You can check the current status of your Copilot Free account on the [GitHub account settings page](https://github.com/settings/copilot).
38
+
Copilot Free provides a limited number of code completions and chat responses for free per month. When you reach your monthly usage limit for chat or code completions or both, you'll get a notification and notice a change in Copilot functionality.
39
+
40
+
You can check your free tier status anytime by selecting **Copilot Free Status** from the Copilot badge dropdown in the top-right corner of the IDE.
41
+
42
+
:::image type="content" source="media/vs-2022/copilot-free/copilot-free-status.png" alt-text="Screenshot of Copilot Free Status menu option.":::
43
+
44
+
You can also check the current status of your Copilot Free account on the [GitHub account settings page](https://github.com/settings/copilot).
45
+
46
+
### Usage limit reached
42
47
43
48
When you hit the usage limits, your Copilot experience in Visual Studio may be impacted as follows:
44
49
@@ -73,15 +78,15 @@ For the latest information, see [About GitHub Copilot Free](https://aka.ms/ghdoc
73
78
#### Can I turn off completions to save them for later?
74
79
75
80
Yes. You can enable or disable completions at any time.
76
-
To enable or disable, select **Settings**> **Options**from **GitHub Copilot** badge in the upper-right corner of your IDE, and then select or unselect **Enable Copilot Completions**.
81
+
To enable or disable completions, select **Settings** from **GitHub Copilot** badge in the upper-right corner of your IDE, and then select or unselect **Enable Copilot Completions**. You can also get to it from **Settings** > **Options**.
77
82
78
83
#### Can I block suggestions matching public code with Copilot Free?
79
84
80
85
Yes. You can configure these settings from the [GitHub Copilot Settings](https://github.com/settings/copilot) page.
81
86
82
87
#### What Copilot features are included in Copilot Free?
83
88
84
-
Copilot Free includes the following features: Copilot Completions, Edits, and Chat.
89
+
Copilot Free includes the following features: Copilot [Completions](visual-studio-github-copilot-extension.md), [Edits](copilot-edits.md), and [Chat](visual-studio-github-copilot-chat.md).
85
90
Learn more at [About GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage).
86
91
87
92
#### What are the Copilot Free limits for Completions and Chat?
0 commit comments