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-java-debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: triage
Choose a base ref
...
head repository: microsoft/vscode-java-debug
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.
  • 11 commits
  • 23 files changed
  • 4 contributors

Commits on Sep 3, 2025

  1. Add AI triage workflow and LLM documentation (#1577)

    - Add GitHub Actions workflow for automated issue triage using AI
    - Include LLM documentation with labeling guidelines for Java development
    - Configure workflow for vscode-java-debug repository
    - Enable automatic labeling and commenting on new issues
    chagong authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    1be1fef View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. feat: no config debug (#1578)

    * feat: no config debug
    
    * feat: no config debug support
    
    * feat: update
    
    * ci: remove useless file
    
    * fix: fix lint error
    
    * fix: update name as debugjava
    
    * fix: update name as debugjava
    
    * fix: resolve comments in the pr
    
    * feat: java home set
    wenytang-ms authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    295079a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ce8f5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52bd418 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Configuration menu
    Copy the full SHA
    86fff7f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Configuration menu
    Copy the full SHA
    97be390 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Configuration menu
    Copy the full SHA
    486f915 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. docs: update changelog for 0.58.4 (#1592)

    * docs: update changelog for 0.58.4
    
    * fix: update package lock
    chagong authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    856b382 View commit details
    Browse the repository at this point in the history
  2. Bump js-yaml (#1586)

    Bumps  and [js-yaml](https://github.com/nodeca/js-yaml). These dependencies needed to be updated together.
    
    Updates `js-yaml` from 4.1.0 to 4.1.1
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.1.0...4.1.1)
    
    Updates `js-yaml` from 3.14.1 to 3.14.2
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.1.0...4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 4.1.1
      dependency-type: indirect
    - dependency-name: js-yaml
      dependency-version: 3.14.2
      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 Dec 9, 2025
    Configuration menu
    Copy the full SHA
    89ec914 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. feat: custom debug java agent (#1593)

    * feat: mcp toool
    
    * feat: add agent.md
    
    * feat: debug agent design
    
    * feat: update debug logic
    
    * feat: debug agent design
    
    * ci: update
    
    * docs: update the clean up logic
    
    * docs: update
    
    * feat: update
    
    * docs: readme
    
    * fix: fix tslint error
    
    * fix: update code
    
    * fix: update
    
    * feat: update
    
    * fix: fix lint
    wenytang-ms authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    b06021e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2025

  1. Configuration menu
    Copy the full SHA
    78b9601 View commit details
    Browse the repository at this point in the history
Loading