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/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ GitHub Copilot can provide assistance in a variety of scenarios.
58
58
59
59
## Getting started
60
60
61
-
1. Select **Use AI Features with Copilot for Free...** from the Copilot menu in the VS Code title bar
61
+
1. Select **Use AI Features with Copilot for Free...** from the Copilot menu in the VS Code title bar or from the Command Palette (`kb(workbench.action.showCommands)`)
62
62
63
63
1. Sign in with your GitHub account to use Copilot
Copy file name to clipboardExpand all lines: docs/copilot/setup.md
+13-22Lines changed: 13 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,20 +26,16 @@ There are different ways to get access to GitHub Copilot:
26
26
27
27
## Set up Copilot in VS Code
28
28
29
-
VS Code provides a streamlined experience to set up GitHub Copilot that takes you through the following steps:
29
+
VS Code provides a streamlined experience to set up GitHub Copilot. This installs the GitHub Copilot extensions and signs you in to your GitHub account. If you don't have a Copilot subscription yet, it activates the [Copilot Free plan](https://github.com/github-copilot/signup).
30
30
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)
34
-
35
-
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
31
+
1. Select **Use AI Features with Copilot for Free...** from the Copilot menu in the VS Code title bar or from the Command Palette (`kb(workbench.action.showCommands)`)
36
32
37
33

38
34
39
35
> [!TIP]
40
-
> 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.
36
+
> You can also open the Chat view directly by using the keyboard shortcut `kb(workbench.action.chat.open)` or with the **Open Chat** command.
41
37
42
-
1. Select **Sign in to Use Copilot for free** to sign in to your GitHub account. This step also installs the Copilot extensions.
38
+
1. Select **Sign in to Use Copilot for Free** to sign in to your GitHub account. This step also installs the Copilot extensions.
43
39
44
40

45
41
@@ -64,27 +60,22 @@ After you've signed in to your GitHub account and have access to Copilot, start
64
60
65
61
## Manually set up GitHub Copilot in VS Code
66
62
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
63
+
To manually set up GitHub Copilot in VS Code, perform the following steps:
73
64
74
-
To manually install the GitHub Copilot extensions:
65
+
1. Install the GitHub Copilot extensions in VS Code
75
66
76
-
> <aclass="install-extension-btn"href="vscode:extension/GitHub.copilot?referrer=docs-copilot-setup">Install the GitHub Copilot extensions</a>
67
+
> <aclass="install-extension-btn"href="vscode:extension/GitHub.copilot?referrer=docs-copilot-setup">Install the GitHub Copilot extensions</a>
77
68
78
-
You can also open the Extensions view and search for *GitHub Copilot* to install the extension.
69
+
You can also open the Extensions view and search for *GitHub Copilot* to install the extension.
79
70
80
-
> [!NOTE]
81
-
> When you install the GitHub Copilot extension, the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension is also installed.
71
+
> [!NOTE]
72
+
> When you install the GitHub Copilot extension, the [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extension is also installed.
82
73
83
-
###Sign in to Copilot
74
+
1. Sign in to Copilot from VS Code
84
75
85
-
Sign in to your GitHub account by entering **GitHub Copilot: Sign in** in the Command Palette (`kb(workbench.action.showCommands)`)
76
+
Sign in to your GitHub account by entering **GitHub Copilot: Sign in** in the Command Palette (`kb(workbench.action.showCommands)`)
86
77
87
-

78
+

0 commit comments