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: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
3
+
## 0.102.0
4
+
5
+
### Changes
6
+
7
+
- The command **GitHub Pull Requests: Close All Pull Request Editors** will close all PR related diff editors and PR original file editors.
8
+
- Summarizing a notification with Copilot will print a link to the issue in the Chat view.
9
+
10
+

11
+
12
+
### Fixes
13
+
14
+
- Enterprise 3.9: GraphQL error Fragment on Bot can't be spread inside RequestedReviewer. https://github.com/microsoft/vscode-pull-request-github/issues/6441
15
+
- Suggestions end up in unsubmittable pending state. https://github.com/microsoft/vscode-pull-request-github/issues/6494
16
+
- Comments not possible to save within a submodule. https://github.com/microsoft/vscode-pull-request-github/issues/6096
17
+
- Globe action to open issue on github.com is missing. https://github.com/microsoft/vscode-pull-request-github/issues/6510
18
+
- PR creation flow is not smooth anymore. https://github.com/microsoft/vscode-pull-request-github/issues/6386
19
+
- PR view buttons overflow in narrow viewports. https://github.com/microsoft/vscode-pull-request-github/issues/6335
0 commit comments