Skip to content

Commit 090b6c0

Browse files
committed
Update for latest UI
1 parent 0f7ec41 commit 090b6c0

File tree

3 files changed

+33
-28
lines changed

3 files changed

+33
-28
lines changed
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

docs/copilot/setup.md

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,57 +29,62 @@ Learn more about [billing for GitHub Copilot](https://docs.github.com/billing/ma
2929

3030
## Set up Copilot in VS Code
3131

32-
* If you don't have access to Copilot with your GitHub account:
32+
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
3333

34-
1. Open the Copilot menu in the VS Code title bar and select **Use AI Features with Copilot for free...**
34+
![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)
3535

36-
![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)
36+
> [!TIP]
37+
> You can also open the Chat view directly by using the keyboard shortcut `kb(workbench.action.chat.open)` or by with the **Chat: Focus on Chat View** command.
3738
38-
You can also open the Chat view directly by using the keyboard shortcut `kb(workbench.action.chat.open)` or by with the **Chat: Focus on Chat View** command.
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.
3940

40-
1. Select **Sign in to Use Copilot for Free** to sign in to your GitHub account and sign up for the Copilot Free plan
41+
![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)
4142

42-
If you're already signed in to your GitHub account in VS Code, select **Use Copilot for Free** to sign up for the Copilot Free plan.
43+
1. If you don't yet have a Copilot subscription, follow the steps in the browser to sign up for the Copilot Free plan
4344

44-
![Chat view in VS Code, showing the option to sign in to use Copilot for free.](images/setup/copilot-chat-view-new-user.png)
45+
> [!IMPORTANT]
46+
> When you sign up for Copilot Free in VS Code, we capture some telemetry data to improve the product. You can opt out of telemetry data collection by disabling telemetry in VS Code by setting `setting(telemetry.telemetryLevel)` to `off` or by configuring this in your Copilot settings (<https://github.com/settings/copilot>).
4547
46-
> [!IMPORTANT]
47-
> When you sign up for Copilot Free in VS Code, we capture some telemetry data to improve the product. You can opt out of telemetry data collection by disabling telemetry in VS Code by setting `setting(telemetry.telemetryLevel)` to `off` or by configuring this in your Copilot settings (<https://github.com/settings/copilot>).
48+
## Get started with Copilot in VS Code
4849

49-
## Use an existing Copilot subscription in VS Code
50+
After you've signed in to your GitHub account and have access to Copilot, start to explore AI-powered coding in VS Code.
5051

51-
1. Install the GitHub Copilot extensions
52+
1. Verify that the Chat view (`kb(workbench.action.chat.open)`) shows, and that you can enter a prompt in the chat input box.
5253

53-
> <a class="install-extension-btn" href="vscode:extension/GitHub.copilot">Install the GitHub Copilot extensions</a>
54+
![The Chat view opens in the Secondary Side Bar and shows the Copilot welcome message.](images/setup/copilot-chat-view-welcome.png)
5455

55-
You can also open the Extensions view and search for *GitHub Copilot* to install the extension.
56+
Notice that you can choose from multiple language models to use with Copilot.
5657

57-
> [!NOTE]
58-
> When you install the GitHub Copilot extension, the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension is also installed.
58+
1. Continue with the [Copilot Quickstart](/docs/copilot/getting-started.md) to discover the key features of Copilot in VS Code.
5959

60-
1. Sign in to your GitHub account by entering **GitHub Copilot: Sign in** in the Command Palette (`kb(workbench.action.showCommands)`)
60+
## Install Copilot extensions in VS Code
6161

62-
![Command Palette in VS Code, showing the option to sign in to GitHub Copilot.](images/setup/command-palette-copilot-sign-in.png)
62+
To manually install the GitHub Copilot extensions:
6363

64-
## Get started with Copilot in VS Code
64+
> <a class="install-extension-btn" href="vscode:extension/GitHub.copilot">Install the GitHub Copilot extensions</a>
6565
66-
After you've signed in to your GitHub account and have access to Copilot, start to explore AI-powered coding in VS Code.
66+
You can also open the Extensions view and search for *GitHub Copilot* to install the extension.
6767

68-
1. Verify that the Chat view (`kb(workbench.action.chat.open)`) shows the Copilot welcome message and you can enter a prompt in the chat input box.
68+
> [!NOTE]
69+
> When you install the GitHub Copilot extension, the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension is also installed.
6970
70-
![The Chat view opens in the Secondary Side Bar and shows the Copilot welcome message.](images/setup/copilot-chat-view-welcome.png)
71+
## Sign in to Copilot
7172

72-
1. Continue with the [Copilot Quickstart](/docs/copilot/getting-started.md) to discover the key features of Copilot in VS Code.
73+
Sign in to your GitHub account by entering **GitHub Copilot: Sign in** in the Command Palette (`kb(workbench.action.showCommands)`)
7374

74-
## Sign out of GitHub Copilot
75+
![Command Palette in VS Code, showing the option to sign in to GitHub Copilot.](images/setup/command-palette-copilot-sign-in.png)
76+
77+
## Use a different GitHub account with Copilot
7578

7679
If your Copilot subscription is associated with another GitHub account, sign out of your GitHub account in VS Code, and sign in with another account.
7780

7881
1. Select the **Accounts** menu in the Activity Bar, and then select **Sign out** for the account you're currently signed in with for Copilot.
7982

8083
![Accounts menu in VS Code, showing the option to sign out of the current GitHub account.](images/setup/vscode-accounts-menu-signout.png)
8184

82-
1. Sign in to GitHub in VS Code by selecting the **Accounts** menu in the Activity Bar, and then **Sign in with GitHub to use GitHub Copilot**.
85+
1. Sign in to your GitHub account by entering **GitHub Copilot: Sign in** in the Command Palette (`kb(workbench.action.showCommands)`)
86+
87+
Alternatively, sign in to GitHub in VS Code by selecting the **Accounts** menu in the Activity Bar, and then **Sign in with GitHub to use GitHub Copilot**.
8388

8489
![Accounts menu in VS Code, showing the option to sign in with GitHub to use GitHub Copilot.](images/setup/vscode-accounts-menu.png)
8590

0 commit comments

Comments
 (0)