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/copilot/setup.md
+29-24Lines changed: 29 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,57 +29,62 @@ Learn more about [billing for GitHub Copilot](https://docs.github.com/billing/ma
29
29
30
30
## Set up Copilot in VS Code
31
31
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
33
33
34
-
1. Open the Copilot menu in the VS Code title bar and select **Use AI Features with Copilot for free...**
34
+

35
35
36
-

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.
37
38
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.
39
40
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
+

41
42
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
43
44
44
-

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>).
45
47
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
48
49
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.
50
51
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.
52
53
53
-
> <aclass="install-extension-btn"href="vscode:extension/GitHub.copilot">Install the GitHub Copilot extensions</a>
54
+

54
55
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.
56
57
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.
59
59
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
61
61
62
-

62
+
To manually install the GitHub Copilot extensions:
63
63
64
-
## Get started with Copilot in VS Code
64
+
> <aclass="install-extension-btn"href="vscode:extension/GitHub.copilot">Install the GitHub Copilot extensions</a>
65
65
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.
67
67
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.
69
70
70
-

71
+
## Sign in to Copilot
71
72
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)`)
73
74
74
-
## Sign out of GitHub Copilot
75
+

76
+
77
+
## Use a different GitHub account with Copilot
75
78
76
79
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.
77
80
78
81
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.
79
82
80
83

81
84
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**.
83
88
84
89

0 commit comments