Skip to content

Commit 5015549

Browse files
authored
0.124.0 changelog (#8217)
1 parent a0970e0 commit 5015549

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

CHANGELOG.md

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

3+
## 0.124.0
4+
5+
### Changes
6+
7+
- The active pull request or issue webview title is now included as implicit context when using Copilot Chat. You can click on the implicit context item to include all the PR information in your prompt.
8+
9+
![Pull request title as implicit context in Chat](./documentation/changelog/0.124.0/pull-request-implicit-context.png)
10+
11+
- Pull request and issue context can also be manually added to Chat from the "Add Context" menu.
12+
13+
![Explicit Chat context](./documentation/changelog/0.124.0/explicit-chat-context.png)
14+
15+
- Single button for marking Copilot pull requests as ready for review, approved, and automerge (if enabled).
16+
17+
![Single button to mark Copilot pull requests](./documentation/changelog/0.124.0/single-button-copilot-pr.png)
18+
19+
- The "Copy link" action for individual comments shows in the pull request description webview.
20+
- Comments that are part of an un-submitted review (only visible to you) now show with at "comment draft" icon in the editor gutter and in the Comments view.
21+
- For commits where checks have run, the commit status icon now shows next to each commit in the pull request description webview.
22+
23+
### Fixes
24+
25+
- Comments don't show when PR is on non-default repo. https://github.com/microsoft/vscode-pull-request-github/issues/8050
26+
- ignoreSubmodules is honored differently for Pull Requests and Issues view. https://github.com/microsoft/vscode-pull-request-github/issues/7741
27+
28+
**_Thank You_**
29+
30+
* [@vicky1999 (Vignesh)](https://github.com/vicky1999)
31+
* fix: message wrapping in narrow editor panes [PR #8121](https://github.com/microsoft/vscode-pull-request-github/pull/8121)
32+
* feat: Display commit status icon for each commit [PR #8142](https://github.com/microsoft/vscode-pull-request-github/pull/8142)
33+
* feat: Add copy comment link button in PR overview [PR #8150](https://github.com/microsoft/vscode-pull-request-github/pull/8150)
34+
335
## 0.122.1
436

537
### Fixes
50.5 KB
Loading
19.4 KB
Loading
32.6 KB
Loading

0 commit comments

Comments
 (0)