We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df67d8c commit af89936Copy full SHA for af89936
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.2.3
2
+- Fix [#607], read `~/.ssh/config` to resolve hosts
3
+- Fix [#572], by [@yoh1496], add support for GitHub Enterprise behind a proxy
4
+- Fix [#658], ensure correct button enablement when reloading pending comment from cache
5
+- Fix [#649], make sure selecting a different folder is responsive after adding it to the workspace
6
+
7
0.2.2
8
9
- Add support for editing and deleting comments [#107](https://github.com/Microsoft/vscode-pull-request-github/issues/107)
package.json
@@ -12,7 +12,7 @@
12
},
13
"enableProposedApi": true,
14
"preview": true,
15
- "version": "0.2.2",
+ "version": "0.2.3",
16
"publisher": "GitHub",
17
"engines": {
18
"vscode": "^1.28.0"
0 commit comments