Skip to content

Commit de265d7

Browse files
committed
Move GHPR section
1 parent d5d0586 commit de265d7

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

release-notes/v1_95.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,26 @@ This feature leverages the new [`FileSystemObserver`](https://chromestatus.com/f
210210

211211
## Contributions to extensions
212212

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:
216+
217+
* [Chat Participant & Tool APIs](https://code.visualstudio.com/api/references/vscode-api)
218+
* [prompt-tsx](https://github.com/microsoft/vscode-prompt-tsx)
219+
* How to leverage the language models provided by GitHub Copilot
220+
221+
Try these extensions and see how you can extend Copilot in your own extensions.
222+
223+
| Extension |Links |
224+
|-----------|------|
225+
| GitHub Pull Requests | [Marketplace](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) |
226+
| 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
214233

215234
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:
216235

@@ -222,7 +241,7 @@ To try everything out, you can set the following settings:
222241
* `setting(githubPullRequests.experimental.chat:true)`
223242
* `setting(githubPullRequests.experimental.notificationsView:true)`
224243

225-
#### Issue Search with Copilot
244+
##### Issue Search with Copilot
226245

227246
The new `@githubpr` Chat participant can search for issues on GitHub.
228247

@@ -232,32 +251,14 @@ When displaying issues, `@githubpr` shows a Markdown table and tries to pick the
232251

233252
![Copilot issue search for closed October issues.](images/1_95/copilot-issue-search.png)
234253

235-
#### Summarizing and Fixing with Copilot
254+
##### Summarizing and Fixing with Copilot
236255

237256
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.
238257

239-
#### Notification Prioritization with Copilot (Experimental)
258+
##### Notification Prioritization with Copilot (Experimental)
240259

241260
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.
242261

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:
246-
247-
* [Chat Participant & Tool APIs](https://code.visualstudio.com/api/references/vscode-api)
248-
* [prompt-tsx](https://github.com/microsoft/vscode-prompt-tsx)
249-
* 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) |
260-
261262
#### Web Search for Copilot
262263

263264
This extension showcases:

0 commit comments

Comments
 (0)