We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6fd06 commit 1c29c1dCopy full SHA for 1c29c1d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.100.2
4
+
5
+### Fixes
6
7
+- Can't start a review from a comment due to GraphQL error. https://github.com/microsoft/vscode-pull-request-github/issues/6467
8
+> Note: This breaks Enterprise 3.9 and earlier again.
9
10
## 0.100.1
11
12
### Fixes
package.json
@@ -32,7 +32,7 @@
32
"tokenInformation",
33
"treeViewMarkdownMessage"
34
],
35
- "version": "0.100.1",
+ "version": "0.100.2",
36
"publisher": "GitHub",
37
"engines": {
38
"vscode": "^1.95.0"
0 commit comments