We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4222829 commit e876b13Copy full SHA for e876b13
CHANGELOG.md
@@ -1,7 +1,15 @@
1
# Changelog
2
3
+## 0.114.2
4
+
5
+### Fixes
6
7
+- Copilot never shows as assignee. https://github.com/microsoft/vscode-pull-request-github/issues/7324
8
9
## 0.114.1
10
11
12
13
- Element with id Local Pull Request Branches is already registered. https://github.com/microsoft/vscode-pull-request-github/issues/7264
14
15
## 0.114.0
package.json
@@ -34,7 +34,7 @@
34
"tokenInformation",
35
"treeViewMarkdownMessage"
36
],
37
- "version": "0.114.1",
+ "version": "0.114.2",
38
"publisher": "GitHub",
39
"engines": {
40
"vscode": "^1.102.0"
0 commit comments