Skip to content

Commit cc4c457

Browse files
authored
Merge branch 'main' into copilot/fix-avatar-in-comment-widget
2 parents 327209b + 221fa69 commit cc4c457

File tree

2 files changed

+36
-11
lines changed

2 files changed

+36
-11
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 0.130.0
4+
5+
### Changes
6+
7+
- Multiple PR and issue descriptions can be open at once.
8+
- Repositories without matching issues are now hidden in the Issues view.
9+
- The setting `githubPullRequests.autoRepositoryDetection` can be set to `true` to include repositories that are outside of the workspace.
10+
11+
### Fixes
12+
13+
- GitHub Pull Requests: Refresh Chat Sessions command remains available with disableAIFeature set to true. https://github.com/microsoft/vscode-pull-request-github/issues/8376
14+
- Share permalink as markdown on tab should use filename for link text. https://github.com/microsoft/vscode-pull-request-github/issues/4663
15+
- "Branch does not exist locally" while rebasing. https://github.com/microsoft/vscode-pull-request-github/issues/8487
16+
- Coding Agent UI: Closed pull requests are not detected as closed. https://github.com/microsoft/vscode-pull-request-github/issues/8482
17+
- The "Refresh Pull Request Comments" command does not work. https://github.com/microsoft/vscode-pull-request-github/issues/8445
18+
- Popup "delegate to agent" unremovable. https://github.com/microsoft/vscode-pull-request-github/issues/8496
19+
- There is no indicator of what repository the PR relates to. https://github.com/microsoft/vscode-pull-request-github/issues/8174
20+
- PR titles cropped unnecessarily. https://github.com/microsoft/vscode-pull-request-github/issues/8453
21+
- PR tool descriptions are not user-oriented. https://github.com/microsoft/vscode-pull-request-github/issues/8510
22+
- New "check out PR by number" is confusing. https://github.com/microsoft/vscode-pull-request-github/issues/8455
23+
- Refreshing PR does not refresh rerun status checks. https://github.com/microsoft/vscode-pull-request-github/issues/8449
24+
- Improve commit line break unwrapping. https://github.com/microsoft/vscode-pull-request-github/issues/8345
25+
26+
**_Thank You_**
27+
28+
* [@gvilums (Georgijs)](https://github.com/gvilums): Fix PR tree reveal errors for flat file layout [PR #8522](https://github.com/microsoft/vscode-pull-request-github/pull/8522)
29+
330
## 0.128.0
431

532
### Changes

yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,12 +2473,10 @@ constants-browserify@^1.0.0:
24732473
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
24742474
integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
24752475

2476-
content-disposition@~0.5.4:
2477-
version "0.5.4"
2478-
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
2479-
integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==
2480-
dependencies:
2481-
safe-buffer "5.2.1"
2476+
content-disposition@~1.0.1:
2477+
version "1.0.1"
2478+
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-1.0.1.tgz#a8b7bbeb2904befdfb6787e5c0c086959f605f9b"
2479+
integrity sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==
24822480

24832481
content-type@^1.0.5:
24842482
version "1.0.5"
@@ -4953,12 +4951,12 @@ koa-static@^5.0.0:
49534951
koa-send "^5.0.0"
49544952

49554953
koa@^3.0.0:
4956-
version "3.0.3"
4957-
resolved "https://registry.yarnpkg.com/koa/-/koa-3.0.3.tgz#40a97b6da0c0d49a704af82db2b3e5a618ed9042"
4958-
integrity sha512-MeuwbCoN1daWS32/Ni5qkzmrOtQO2qrnfdxDHjrm6s4b59yG4nexAJ0pTEFyzjLp0pBVO80CZp0vW8Ze30Ebow==
4954+
version "3.1.2"
4955+
resolved "https://registry.yarnpkg.com/koa/-/koa-3.1.2.tgz#f680316351ba23a652b50405d0be03b6161e4c0b"
4956+
integrity sha512-2LOQnFKu3m0VxpE+5sb5+BRTSKrXmNxGgxVRiKwD9s5KQB1zID/FRXhtzeV7RT1L2GVpdEEAfVuclFOMGl1ikA==
49594957
dependencies:
49604958
accepts "^1.3.8"
4961-
content-disposition "~0.5.4"
4959+
content-disposition "~1.0.1"
49624960
content-type "^1.0.5"
49634961
cookies "~0.9.1"
49644962
delegates "^1.0.0"
@@ -6475,7 +6473,7 @@ safe-buffer@5.1.2, safe-buffer@~5.1.1:
64756473
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
64766474
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
64776475

6478-
safe-buffer@5.2.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
6476+
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
64796477
version "5.2.1"
64806478
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
64816479
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==

0 commit comments

Comments
 (0)