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/ai-powered-suggestions.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,16 +159,15 @@ To give you relevant inline suggestions, Copilot looks at the current and open f
159
159
160
160
You can temporarily enable or disable code completions either for all languages, or for specific languages only.
161
161
162
-
To enable completions:
162
+
To enable or disable code completions:
163
163
164
-
1. Select **Configure Code Completions...** from the Copilot menu in the VS Code title bar.
165
-
1. Select **Enable Completions**.
164
+
1. Select the Copilot menu in the VS Code title bar, and then select **Configure Code Completions...**.
166
165
167
-
To disable completions:
166
+

168
167
169
-
1.Select **Configure Code Completions...** from the Copilot menu in the VS Code title bar.
170
-
1. To disable completions globally, select **Disable Globally**.
171
-
1. To disable completions for the language of the file you are currently editing, select **Disable for \<language\>**.
168
+
1.To enable or disable completions for all languages, select **Enable Completions** or **Disable Completions** respectively.
169
+
170
+
1. To enable or disable completions for the language of the current file, select **Enable Completions for \<language\>** or **Disable Completions for \<language\>**.
172
171
173
172
### Change the AI model
174
173
@@ -177,7 +176,10 @@ Different Large Language Models (LLMs) are trained on different types of data an
177
176
To change the model that is used for code completions:
178
177
179
178
1. Select **Configure Code Completions...** from the Copilot menu in the VS Code title bar.
180
-
1. Select **Change Completions Model...**, and then select one of the models.
179
+
180
+

181
+
182
+
1. Select **Change Completions Model...**, and then select one of the models from the list.
181
183
182
184
> [!NOTE]
183
185
> The list of available models might vary and change over time. If you are a Copilot Business or Enterprise user, your Administrator needs to enable certain models for your organization by opting in to `Editor Preview Features` in the [Copilot policy settings](https://docs.github.com/en/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization) on GitHub.com.
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