| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.160.0 source code.tar.gz | 2026-07-22 | 53.7 MB | |
| 0.160.0 source code.zip | 2026-07-22 | 54.0 MB | |
| README.md | 2026-07-22 | 512 Bytes | |
| Totals: 3 Items | 107.8 MB | 1 | |
Changes
- Added a
"githubIssues.issueCompletionFormatEditor"setting to control the format of issue completions in the editor, mirroring the existing"githubIssues.issueCompletionFormatScm"setting. It defaults to${issueNumberLabel}, which inserts only the issue number (e.g.#421) so that GitHub's auto-close references keep working.
Fixes
- "Delete local branches" is showing branches that have already been deleted. https://github.com/microsoft/vscode-pull-request-github/issues/8815