Skip to content

Commit 40a4e36

Browse files
authored
Merge pull request #7958 from microsoft/copilot-setup
Update Copilot docs
2 parents a5312f8 + a6f35bc commit 40a4e36

File tree

8 files changed

+37
-50
lines changed

8 files changed

+37
-50
lines changed

docs/copilot/ai-powered-suggestions.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@ MetaSocialImage: images/shared/github-copilot-social.png
1212

1313
GitHub Copilot acts as an AI-powered pair programmer, automatically offering suggestions to complete your code, comments, tests, and more. It provides these suggestions directly in the editor while you write your code, and it can work with a broad range of programming languages and frameworks.
1414

15-
## Getting started
16-
17-
1. Install the GitHub Copilot extensions.
18-
19-
> <a class="install-extension-btn" href="vscode:extension/GitHub.copilot?referrer=docs-copilot-ai-powered-suggestions">Install the GitHub Copilot extensions</a>
20-
21-
1. Sign in with your GitHub account to use Copilot.
22-
23-
> [!TIP]
24-
> If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the [Copilot Free plan](https://github.com/github-copilot/signup) and get a monthly limit of completions and chat interactions.
25-
26-
1. Discover the key features of Copilot in VS Code with our [Copilot Quickstart](/docs/copilot/getting-started.md).
27-
2815
## Inline suggestions
2916

3017
Copilot offers code suggestions as you type: sometimes the completion of the current line, sometimes a whole new block of code. You can accept all, or part of a suggestion, or you can keep typing and ignore the suggestions.

docs/copilot/copilot-chat.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ Instead of using chat to get suggestions, Copilot can also directly make edits a
1717
> [!TIP]
1818
> If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the [Copilot Free plan](https://github.com/github-copilot/signup) and get a monthly limit of completions and chat interactions.
1919
20-
## Prerequisites
21-
22-
* Access to GitHub Copilot in VS Code. See [Setup Copilot in VS Code](/docs/copilot/setup.md).
23-
24-
* Latest version of Visual Studio Code. See the [VS Code download page](https://code.visualstudio.com/Download).
25-
2620
## Access Copilot Chat in VS Code
2721

2822
You can submit prompts to Copilot in VS Code in several ways, depending on your workflow.

docs/copilot/faq.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ This article answers frequently asked questions about using GitHub Copilot in Vi
1818

1919
There are different ways to get access to GitHub Copilot:
2020

21-
* As an individual, you can sign up to use [Copilot for free](https://github.com/github-copilot/signup), without the need for a credit card. You are entitled to a limited number of completions and chat interactions per month with the free plan, which reset each month. Learn more about the [Copilot Free plan details and conditions](https://docs.github.com/en/copilot/about-github-copilot/subscription-plans-for-github-copilot).
22-
23-
* As an individual, sign up for a [paid subscription](https://github.com/github-copilot/signup/copilot_individual) to get unlimited completions and chat interactions. You can try GitHub Copilot for free with a one-time 30-day trial.
24-
25-
* If you are a member of an organization or enterprise that has a subscription to GitHub Copilot, you can request access to Copilot by going to <https://github.com/settings/copilot> and requesting access under "Get Copilot from an organization."
26-
27-
Learn more about [billing for GitHub Copilot](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot).
21+
| Type of User | Description |
22+
|--------------------------------|-------------|
23+
| Individual | <ul><li>Set up [GitHub Copilot Free](https://github.com/github-copilot/signup) to get a limited experience of Copilot without a subscription. See [About GitHub Copilot Free](https://docs.github.com/en/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/about-github-copilot-free).</li><li>Sign up for a paid GitHub Copilot subscription to get unlimited completions and chat interactions. You can [try GitHub Copilot for free](https://github.com/github-copilot/signup?ref_cta=Copilot+trial&ref_loc=about+github+copilot&ref_page=docs) with a one-time 30-day trial.</li><li>See [Setting up GitHub Copilot for yourself](https://docs.github.com/en/copilot/setting-up-github-copilot/setting-up-github-copilot-for-yourself) for all options. </li></ul> |
24+
| Organization/Enterprise member | <ul><li>If you are a member of an organization or enterprise that has a subscription to GitHub Copilot, you can request access to Copilot by going to <https://github.com/settings/copilot> and requesting access under "Get Copilot from an organization."</li><li>See [Setting up GitHub Copilot for your organization](https://docs.github.com/en/copilot/setting-up-github-copilot/setting-up-github-copilot-for-your-organization) to enable Copilot for your organization.</li></ul> |
2825

2926
### I reached my completions or chat interactions limit
3027

docs/copilot/getting-started-chat.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ If you're new to using GitHub Copilot in VS Code, see the [GitHub Copilot Overvi
1919
2020
## Prerequisites
2121

22-
* To use GitHub Copilot in VS Code, you must have the [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) extension. When you install this extension, the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension is also installed.
22+
To use GitHub Copilot in VS Code, you need to have the following:
2323

24-
* To use GitHub Copilot, you must have an active subscription for GitHub Copilot in your personal account, or you need to be assigned a seat by your organization.
24+
* Access to GitHub Copilot
25+
* GitHub Copilot extensions installed in VS Code
2526

26-
Follow these steps to [set up GitHub Copilot in VS Code](/docs/copilot/setup.md) by signing up for a subscription and installing the Copilot extension in VS Code.
27+
Follow the steps in the [GitHub Copilot set up guide](/docs/copilot/setup.md) to get access to GitHub Copilot and install the Copilot extensions in VS Code.
2728

2829
## Get your first Copilot chat conversation
2930

docs/copilot/getting-started.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ While we're using TypeScript for this tutorial, please note that Copilot is also
2121

2222
## Prerequisites
2323

24-
* To use GitHub Copilot in VS Code, you must have the [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) extension. When you install this extension, the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension is also installed.
24+
To use GitHub Copilot in VS Code, you need to have the following:
2525

26-
* To use GitHub Copilot, you must have an active subscription for GitHub Copilot in your personal account, or you need to be assigned a seat by your organization.
26+
* Access to GitHub Copilot
27+
* GitHub Copilot extensions installed in VS Code
2728

28-
Follow these steps to [set up GitHub Copilot in VS Code](/docs/copilot/setup.md) by signing up for a subscription and installing the Copilot extension in VS Code.
29+
Follow the steps in the [GitHub Copilot set up guide](/docs/copilot/setup.md) to get access to GitHub Copilot and install the Copilot extensions in VS Code.
2930

3031
## Get your first code suggestion
3132

docs/copilot/overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,9 @@ GitHub Copilot can provide assistance in a variety of scenarios.
5858

5959
## Getting started
6060

61-
1. Install the GitHub Copilot extensions.
61+
1. Select **Use AI Features with Copilot for Free...** from the Copilot menu in the VS Code title bar
6262

63-
> <a class="install-extension-btn" href="vscode:extension/GitHub.copilot?referrer=docs-copilot-overview">Install the GitHub Copilot extensions</a>
64-
65-
1. Sign in with your GitHub account to use Copilot.
63+
1. Sign in with your GitHub account to use Copilot
6664

6765
> [!TIP]
6866
> You can get started for free with the [Copilot Free plan](https://github.com/github-copilot/signup) if you don't yet have a Copilot subscription. Follow the steps in the [setup guide](/docs/copilot/setup.md) to set up a Copilot subscription.

docs/copilot/setup-simplified.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,13 @@ MetaSocialImage: images/shared/github-copilot-social.png
1212

1313
Welcome to AI-powered development with Visual Studio Code! Follow the steps in this guide to get started in minutes.
1414

15-
> [!TIP]
16-
> If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the [Copilot Free plan](#related-resources) and get a monthly limit of completions and chat interactions.
17-
1815
## Enable Copilot Free in VS Code
1916

20-
1. [Download Visual Studio Code](https://code.visualstudio.com/Download) for your platform
17+
1. [Download and install Visual Studio Code](https://code.visualstudio.com/Download) for your platform
2118

2219
1. Start VS Code
2320

24-
1. Press `kb(workbench.action.chat.open)` or select **Use AI Features with Copilot for Free...** from the Copilot menu in the title bar
21+
1. Select **Use AI Features with Copilot for Free...** from the Copilot menu in the title bar or from the Command Palette (`kb(workbench.action.showCommands)`)
2522

2623
![The Copilot menu in the VS Code title bar, showing the option to use AI features with Copilot for free.](images/setup/copilot-menu-use-ai-features.png)
2724

docs/copilot/setup.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,18 @@ This guide walks you through setting up GitHub Copilot in Visual Studio Code. To
1919

2020
There are different ways to get access to GitHub Copilot:
2121

22-
* As an individual, you can sign up to use [Copilot for free](https://github.com/github-copilot/signup), without the need for a credit card. You are entitled to a limited number of completions and chat interactions per month with the free plan, which reset each month. Learn more about the [Copilot Free plan details and conditions](https://docs.github.com/en/copilot/about-github-copilot/subscription-plans-for-github-copilot).
22+
| Type of User | Description |
23+
|--------------------------------|-------------|
24+
| Individual | <ul><li>Set up [GitHub Copilot Free](https://github.com/github-copilot/signup) to get a limited experience of Copilot without a subscription. See [About GitHub Copilot Free](https://docs.github.com/en/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/about-github-copilot-free).</li><li>Sign up for a paid GitHub Copilot subscription to get unlimited completions and chat interactions. You can [try GitHub Copilot for free](https://github.com/github-copilot/signup?ref_cta=Copilot+trial&ref_loc=about+github+copilot&ref_page=docs) with a one-time 30-day trial.</li><li>See [Setting up GitHub Copilot for yourself](https://docs.github.com/en/copilot/setting-up-github-copilot/setting-up-github-copilot-for-yourself) for all options. </li></ul> |
25+
| Organization/Enterprise member | <ul><li>If you are a member of an organization or enterprise that has a subscription to GitHub Copilot, you can request access to Copilot by going to <https://github.com/settings/copilot> and requesting access under "Get Copilot from an organization."</li><li>See [Setting up GitHub Copilot for your organization](https://docs.github.com/en/copilot/setting-up-github-copilot/setting-up-github-copilot-for-your-organization) to enable Copilot for your organization.</li></ul> |
2326

24-
* As an individual, sign up for a [paid subscription](https://github.com/github-copilot/signup/copilot_individual) to get unlimited completions and chat interactions. You can try GitHub Copilot for free with a one-time 30-day trial.
25-
26-
* If you are a member of an organization or enterprise that has a subscription to GitHub Copilot, you can request access to Copilot by going to <https://github.com/settings/copilot> and requesting access under "Get Copilot from an organization."
27+
## Set up Copilot in VS Code
2728

28-
Learn more about [billing for GitHub Copilot](https://docs.github.com/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot).
29+
VS Code provides a streamlined experience to set up GitHub Copilot that takes you through the following steps:
2930

30-
## Set up Copilot in VS Code
31+
* Installs the GitHub Copilot extensions in VS Code
32+
* Signs in to your GitHub account
33+
* If you don't have a Copilot subscription yet, signs you up for the [Copilot Free plan](https://github.com/github-copilot/signup)
3134

3235
1. Open the Copilot menu in the VS Code title bar and select **Use AI Features with Copilot for Free...** to open the Chat view
3336

@@ -36,10 +39,12 @@ Learn more about [billing for GitHub Copilot](https://docs.github.com/billing/ma
3639
> [!TIP]
3740
> You can also open the Chat view directly by using the keyboard shortcut `kb(workbench.action.chat.open)` or with the **Chat: Focus on Chat View** command.
3841
39-
1. Select **Sign in to Use Copilot** to sign in to your GitHub account and get started. This also installs the GitHub Copilot extensions in VS Code.
42+
1. Select **Sign in to Use Copilot for free** to sign in to your GitHub account. This step also installs the Copilot extensions.
4043

4144
![Chat view shows the Copilot message and a button that enables you to sign in to use Copilot.](images/setup/copilot-chat-view-new-user.png)
4245

46+
If you already have a Copilot subscription, you can now start using Copilot in VS Code.
47+
4348
1. If you don't yet have a Copilot subscription, follow the steps in the browser to sign up for the Copilot Free plan
4449

4550
> [!IMPORTANT]
@@ -57,7 +62,14 @@ After you've signed in to your GitHub account and have access to Copilot, start
5762

5863
1. Continue with the [Copilot Quickstart](/docs/copilot/getting-started.md) to discover the key features of Copilot in VS Code.
5964

60-
## Install Copilot extensions in VS Code
65+
## Manually set up GitHub Copilot in VS Code
66+
67+
To manually set up GitHub Copilot in VS Code, you need to perform the following steps:
68+
69+
* Install the GitHub Copilot extensions in VS Code
70+
* Sign in to Copilot
71+
72+
### Install the GitHub Copilot extensions
6173

6274
To manually install the GitHub Copilot extensions:
6375

@@ -68,7 +80,7 @@ You can also open the Extensions view and search for *GitHub Copilot* to install
6880
> [!NOTE]
6981
> When you install the GitHub Copilot extension, the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension is also installed.
7082
71-
## Sign in to Copilot
83+
### Sign in to Copilot
7284

7385
Sign in to your GitHub account by entering **GitHub Copilot: Sign in** in the Command Palette (`kb(workbench.action.showCommands)`)
7486

0 commit comments

Comments
 (0)