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: release-notes/v1_95.md
+23-22Lines changed: 23 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,26 @@ This feature leverages the new [`FileSystemObserver`](https://chromestatus.com/f
210
210
211
211
## Contributions to extensions
212
212
213
-
### GitHub Pull Requests
213
+
### Copilot extensions showcase
214
+
215
+
This milestone, the team worked on building several extensions that showcase [Copilot extensibility in VS Code](https://code.visualstudio.com/docs/copilot/copilot-extensibility-overview). These extensions demonstrate the following capabilities:
| Web Search for Copilot |[Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-websearchforcopilot), [source code](https://github.com/microsoft/vscode-websearchforcopilot)|
227
+
| MermAId diagram generation with Copilot |[Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.copilot-mermaid-diagram)|
228
+
| Data Analysis for Copilot |[Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-copilot-data-analysis), [source code](https://github.com/microsoft/vscode-data-analysis-for-copilot)|
229
+
| VS Code Commander |[Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-commander)|
230
+
| Vision for Copilot Preview |[Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-copilot-vision)|
231
+
232
+
#### GitHub Pull Requests
214
233
215
234
Version [0.100.0](https://github.com/microsoft/vscode-pull-request-github/blob/main/CHANGELOG.md#01000) of the [GitHub Pull Requests](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension adds Copilot integration:
216
235
@@ -222,7 +241,7 @@ To try everything out, you can set the following settings:
The new `@githubpr` Chat participant can search for issues on GitHub.
228
247
@@ -232,32 +251,14 @@ When displaying issues, `@githubpr` shows a Markdown table and tries to pick the
232
251
233
252

234
253
235
-
#### Summarizing and Fixing with Copilot
254
+
#####Summarizing and Fixing with Copilot
236
255
237
256
Each issue listed in the **Issues** view now has a new action, **Summarize With Copilot**, that opens the Chat panel and summarizes the selected issue. We also added another action, **Fix With Copilot**, that summarizes the selected issue and uses the workspace context to suggest a fix for it.
238
257
239
-
#### Notification Prioritization with Copilot (Experimental)
258
+
#####Notification Prioritization with Copilot (Experimental)
240
259
241
260
This milestone, we added an experimental **Notifications** view that lists your unread notifications across repositories. By default, the notifications are sorted by most recently updated descending, but you can use the **Sort by Priority using Copilot** action from the view title's `...` menu to have Copilot prioritize the notifications. Selecting each notification triggers an action to summarize the notification using Copilot. The view also contains easily accessible actions to mark a notification as read, or to open the notification on GitHub.com.
242
261
243
-
### Copilot extensions showcase
244
-
245
-
This milestone, the team worked on building several extensions that showcase [Copilot extensibility in VS Code](https://code.visualstudio.com/docs/copilot/copilot-extensibility-overview). These extensions demonstrate the following capabilities:
* How to leverage the language models provided by GitHub Copilot
250
-
251
-
Try these extensions and see how you can extend Copilot in your own extensions.
252
-
253
-
| Extension |Links |
254
-
|-----------|------|
255
-
| Web Search for Copilot |[Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-websearchforcopilot), [source code](https://github.com/microsoft/vscode-websearchforcopilot)|
256
-
| MermAId diagram generation with Copilot |[Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.copilot-mermaid-diagram)|
257
-
| Data Analysis for Copilot |[Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-copilot-data-analysis), [source code](https://github.com/microsoft/vscode-data-analysis-for-copilot)|
258
-
| VS Code Commander |[Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-commander)|
259
-
| Vision for Copilot Preview |[Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-copilot-vision)|
0 commit comments