Skip to content

Commit a6f35bc

Browse files
committed
Update Copilot prereqs
1 parent f04263b commit a6f35bc

File tree

4 files changed

+8
-25
lines changed

4 files changed

+8
-25
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/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

0 commit comments

Comments
 (0)