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 a97fc9d commit 4e18d30Copy full SHA for 4e18d30
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.48.1
4
+
5
+### Fixes
6
7
+- Fails to open PR's description or list PR's files on GitHub Enterprise. https://github.com/microsoft/vscode-pull-request-github/issues/3829
8
9
## 0.48.0
10
11
### Changes
package.json
@@ -15,7 +15,7 @@
15
"commentsResolvedState",
16
"contribViewSize"
17
],
18
- "version": "0.48.0",
+ "version": "0.48.1",
19
"publisher": "GitHub",
20
"engines": {
21
"vscode": "^1.70.0"
0 commit comments