Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/vscode-pull-request-github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release/0.160
Choose a base ref
...
head repository: microsoft/vscode-pull-request-github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 34 files changed
  • 5 contributors

Commits on Jul 22, 2026

  1. Fix Files node parent in pull request changes tree (#8846)

    * Fix Files node parent in PR changes tree
    
    * Fix Commits node parent in PR changes tree
    
    * Dispose category nodes in parent-chain test
    
    * Attestation commit
    
    ---------
    
    Co-authored-by: Alex Ross <38270282+alexr00@users.noreply.github.com>
    Eiji-Kudo and alexr00 authored Jul 22, 2026
    Configuration menu
    Copy the full SHA
    7098017 View commit details
    Browse the repository at this point in the history
  2. Bump js-yaml from 4.2.0 to 4.3.0 (#8857)

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 4.3.0.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.2.0...4.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 4.3.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2026
    Configuration menu
    Copy the full SHA
    e4adffc View commit details
    Browse the repository at this point in the history
  3. Bump fast-uri from 3.1.2 to 3.1.4 (#8856)

    Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.2 to 3.1.4.
    - [Release notes](https://github.com/fastify/fast-uri/releases)
    - [Commits](fastify/fast-uri@v3.1.2...v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: fast-uri
      dependency-version: 3.1.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2026
    Configuration menu
    Copy the full SHA
    db26a8b View commit details
    Browse the repository at this point in the history
  4. Bump linkify-it from 5.0.1 to 5.0.2 (#8855)

    Bumps [linkify-it](https://github.com/markdown-it/linkify-it) from 5.0.1 to 5.0.2.
    - [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md)
    - [Commits](markdown-it/linkify-it@5.0.1...5.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: linkify-it
      dependency-version: 5.0.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
    dependabot[bot] and rzhao271 authored Jul 22, 2026
    Configuration menu
    Copy the full SHA
    c8edd85 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2026

  1. Configuration menu
    Copy the full SHA
    b062a54 View commit details
    Browse the repository at this point in the history
  2. Document that queries use new search syntax (#8858)

    * Initial plan
    
    * Combine repeated author qualifiers with OR for advanced search
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Clarify prefix-handling comment in combineAuthorQualifiers
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Revert code changes; document OR syntax for multiple authors
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Attestation commit
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    Copilot and alexr00 authored Jul 24, 2026
    Configuration menu
    Copy the full SHA
    b0da990 View commit details
    Browse the repository at this point in the history
  3. Confirm before discarding pull request creation with unsaved changes (#…

    …8796)
    
    * Initial plan
    
    * Add confirmation dialog when canceling pull request creation
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Address review feedback: preserve state on missing reply; clarify detail wording
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Expand cancel-confirmation dirty check to title, labels, assignees, reviewers, projects, milestone
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Better setting name
    
    * Fix truthy checks and reply/dispose ordering in cancel flow
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Attestation commit
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    Copilot and alexr00 authored Jul 24, 2026
    Configuration menu
    Copy the full SHA
    e5245af View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2026

  1. 0.162.0 (#8864)

    * 0.162.0
    
    * Fix setting
    alexr00 authored Jul 28, 2026
    Configuration menu
    Copy the full SHA
    b0ff780 View commit details
    Browse the repository at this point in the history
  2. Bump postcss from 8.5.12 to 8.5.24 (#8865)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.5.12 to 8.5.24.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.5.12...8.5.24)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-version: 8.5.24
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 28, 2026
    Configuration menu
    Copy the full SHA
    e12cbb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2026

  1. Fix wrong account selected (#8869)

    Fixes  #8789
    alexr00 authored Jul 31, 2026
    Configuration menu
    Copy the full SHA
    36b92f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2026

  1. Bump fast-uri from 3.1.4 to 3.1.5 (#8877)

    Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/fastify/fast-uri/releases)
    - [Commits](fastify/fast-uri@v3.1.4...v3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: fast-uri
      dependency-version: 3.1.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2026
    Configuration menu
    Copy the full SHA
    71aed75 View commit details
    Browse the repository at this point in the history
  2. Bump js-yaml from 4.3.0 to 4.3.1 (#8879)

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 4.3.1.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.3.0...4.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 4.3.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2026
    Configuration menu
    Copy the full SHA
    56c55f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2026

  1. Prevent the Active Pull Request view from disappearing (#8878)

    * Initial plan
    
    * Fix active pull request resolution
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Deduplicate branch PR query results
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Preserve open PR query priority
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Keep active PR on transient refresh failure
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Apply remaining changes
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Make code clearer
    
    * Attestation commit
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    Copilot and alexr00 authored Aug 10, 2026
    Configuration menu
    Copy the full SHA
    35c3360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b3ad66 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2026

  1. Stop retrying inaccessible repositories after 404 (#8884)

    * Initial plan
    
    * Skip inaccessible repositories after 404
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Skip cached inaccessible repositories during updates
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Attestation commit
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    Copilot and alexr00 authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    a6a6339 View commit details
    Browse the repository at this point in the history
  2. Route GHE.com remotes through enterprise authentication (#8870)

    * Initial plan
    
    * Fix enterprise remote auth binding
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Attestation commit
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    Copilot and alexr00 authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    f038214 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2026

  1. Bump undici from 7.28.0 to 7.29.0 (#8872)

    Bumps [undici](https://github.com/nodejs/undici) from 7.28.0 to 7.29.0.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v7.28.0...v7.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-version: 7.29.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2026
    Configuration menu
    Copy the full SHA
    ccd87b1 View commit details
    Browse the repository at this point in the history
  2. Fix duplicate entries in .git/config for GitHub PRs (#8876)

    * Initial plan
    
    * Prevent duplicate PR config entries
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Serialize PR config updates
    
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    
    * Attestation commit
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
    Copilot and alexr00 authored Aug 12, 2026
    Configuration menu
    Copy the full SHA
    849821a View commit details
    Browse the repository at this point in the history
Loading