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: xdebug/vscode-php-debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.38.2
Choose a base ref
...
head repository: xdebug/vscode-php-debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.39.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Dec 6, 2025

  1. chore(deps): update dependency @vscode/vsce to ^3.7.1 (#1063)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    8b10f58 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump jws (#1081)

    Bumps  and [jws](https://github.com/brianloveswords/node-jws). These dependencies needed to be updated together.
    
    Updates `jws` from 3.2.2 to 3.2.3
    - [Release notes](https://github.com/brianloveswords/node-jws/releases)
    - [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md)
    - [Commits](auth0/node-jws@v3.2.2...v3.2.3)
    
    Updates `jws` from 4.0.0 to 4.0.1
    - [Release notes](https://github.com/brianloveswords/node-jws/releases)
    - [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md)
    - [Commits](auth0/node-jws@v3.2.2...v3.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: jws
      dependency-version: 3.2.3
      dependency-type: indirect
    - dependency-name: jws
      dependency-version: 4.0.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    f797413 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. feat: Control socket (#1078)

    * Control socket pause.
    
    * Refactor control socket and support win32 and linux.
    
    * Use provided control socket path in init packet.
    
    * Update Xdebug version.
    
    * Force close control socket.
    
    * Remove deprecated abstract socket package. Generalize linux and windows ctrl socket routines.
    
    * Update package lock.
    
    * Reflect changes in Xdebug. The control socket attribute does not have \\.\pipe\ anymore.
    
    * Get package-lock.json from main
    
    * Remove abstract-socket.d.ts
    
    * Update Linux abstract UNIX socket name.
    
    * npm audit fix
    
    * Update CHANGELOG.md
    
    * Add command to find and pause a PHP process.
    
    * Support listing control sockets on linux
    
    * Control Socket test file
    
    * Prettier
    
    * Skip tests for macos, implement progress indicator...
    
    * Docs.
    zobo authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    8224def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72af4db View commit details
    Browse the repository at this point in the history
Loading