Skip to content

Commit 87355a3

Browse files
committed
Merge branch 'vnext' of https://github.com/microsoft/vscode-docs into vnext
2 parents d086dc4 + 2379318 commit 87355a3

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

release-notes/v1_98.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,22 @@ You can enable this new Status Bar entry by configuring the new `setting(chat.ex
229229

230230
We are experimenting with enhanced context for inline completions and `/fix` commands for TypeScript files. The experiment is currently scoped to Insider releases and can be enabled with the `setting(chat.languageContext.typescript.enabled)` setting.
231231

232+
### Custom instructions for Pull Request title and description
233+
234+
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:
235+
236+
```
237+
{
238+
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
239+
{
240+
"text": "Prefix every PR title with an emoji."
241+
}
242+
]
243+
}
244+
```
245+
246+
Generating a title and description requires the GitHub Pull Requests extension to be installed.
247+
232248
## Accessibility
233249

234250
### Copilot Edits accessibility
@@ -540,14 +556,6 @@ You can now refine which files auto test discovery occurs by specifying a glob p
540556

541557
We now look for test debug configurations in both `settings.json` and `launch.json` files, expanding where you can define these configurations.
542558

543-
### GitHub Pull Requests and Issues
544-
545-
There has been more progress on the [GitHub Pull Requests](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension, which enables you to work on, create, and manage pull requests and issues. New features include:
546-
547-
* Custom Copilot instructions for generating pull request title and description
548-
549-
Review the [changelog for the 0.106.0](https://github.com/microsoft/vscode-pull-request-github/blob/main/CHANGELOG.md#01060) release of the extension to learn about the other highlights.
550-
551559
### GitHub authentication
552560

553561
#### Improved proxy support with Electron `fetch` adoption

0 commit comments

Comments
 (0)