Skip to content

Commit 1e05150

Browse files
authored
0.106.0 release notes (#6683)
1 parent a8b4287 commit 1e05150

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## 0.106.0
4+
5+
### Changes
6+
7+
- You can provide custom instructions for GitHub Copilot when generating pull request titles and descriptions using the 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:
8+
9+
```json
10+
{
11+
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
12+
{
13+
"text": "Prefix every PR title with an emoji."
14+
},
15+
],
16+
}
17+
```
18+
19+
- We've added validation so that it's harder to accidentally set a `github.com` URL as the GitHub Enterprise URL.
20+
21+
### Fixes
22+
23+
- Unable to authenticate using Github Enterprise. https://github.com/microsoft/vscode-pull-request-github/issues/6426
24+
- Cannot add Reviewer to PR once github-actions is added as a reviewer. Cannot add Reviewer to PR once github-actions is added as a reviewer
25+
- On PR to submodule parent package was forked instead of submodule. https://github.com/microsoft/vscode-pull-request-github/issues/6492
26+
- Email address for merge commit is not remembered (and cannot be set). https://github.com/microsoft/vscode-pull-request-github/issues/6593
27+
- Copy GitHub Permalink doesn't work with custom SSH. https://github.com/microsoft/vscode-pull-request-github/issues/6668
28+
29+
**_Thank You_**
30+
31+
* [@christianvuerings (Christian Vuerings)](https://github.com/christianvuerings): Fix Copy GitHub Permalink with custom SSH [PR #6669](https://github.com/microsoft/vscode-pull-request-github/pull/6669)
32+
333
## 0.104.1
434

535
### Fixes

0 commit comments

Comments
 (0)