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
We are experimenting with a new central Copilot status overview, accessible via the Status Bar. This view shows:
209
+
We are experimenting with a new centralized Copilot status overview that provides a quick overview of your Copilot status and key editor settings:
210
210
211
211
* Quota information if you are a [Copilot Free](https://code.visualstudio.com/blogs/2024/12/18/free-github-copilot) user
212
212
* Editor related settings such as Code Completions
213
213
* Useful keyboard shortcuts to use other Copilot features
214
214
215
-
<videosrc="images/1_98/copilot-status.mp4"title="Video that shows opening the Copilot status overview from the Status Bar."autoplayloopcontrolsmuted></video>
215
+
This Copilot status overview is accessible via the Copilot icon in the Status Bar.
216
216
217
-
You can enable this new Status Bar entry by configuring the new `setting(chat.experimental.statusIndicator.enabled)` setting.
217
+

218
+
219
+
Enable the Copilot status overview with the `setting(chat.experimental.statusIndicator.enabled)` setting.
218
220
219
221
### TypeScript context for inline completions (Experimental)
220
222
@@ -224,9 +226,11 @@ We are experimenting with enhanced context for inline completions and `/fix` com
224
226
225
227
### Custom instructions for pull request title and description
226
228
227
-
You can provide custom instructions for generating pull request title and description with the setting `setting(github.copilot.chat.pullRequestDescriptionGeneration.instructions)`. You can point the setting to a file in your workspace, or you can provide instructions inline in your settings:
229
+
You can provide custom instructions for generating pull request title and description with the setting `setting(github.copilot.chat.pullRequestDescriptionGeneration.instructions)`. You can point the setting to a file in your workspace, or you can provide instructions inline in your settings. Get more details about using [customizing Copilot in VS Code](https://code.visualstudio.com/docs/copilot/copilot-customization).
228
230
229
-
```
231
+
The following sample shows how to provide a custom instruction inline in settings.
0 commit comments