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 d7d5afd commit ac74ab3Copy full SHA for ac74ab3
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.116.1
4
+
5
+### Fixes
6
7
+- Closing a PR causes a flurry of search API calls. https://github.com/microsoft/vscode-pull-request-github/issues/7537
8
+- Opening a PR description can cause a flurry of GitHub search API calls. https://github.com/microsoft/vscode-pull-request-github/issues/7542
9
10
## 0.116.0
11
12
### Changes
package.json
@@ -37,7 +37,7 @@
37
"tokenInformation",
38
"treeViewMarkdownMessage"
39
],
40
- "version": "0.116.0",
+ "version": "0.116.1",
41
"publisher": "GitHub",
42
"engines": {
43
"vscode": "^1.103.0"
0 commit comments