Comparing da-r-k:main...zed-extensions:main · da-r-k/java

Commits on Feb 9, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Feb 22, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Add build tool fallbacks for tasks (zed-extensions#213)

    This adds `mvn` and `gradle` fallbacks for projects where no Maven
    Wrapper or Gradle Wrapper is present.
    
    The message when no build tooling is found is updated
    from "No build system found" to "No build tool found".
    
    Add support for Kotlin DSL (build.gradle.kts) based projects.
    Configuration menu

    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Update CI workflows to 30d3467 (zed-extensions#215)

    This PR updates the CI workflow files from the main Zed repository
    based on the commit
    zed-industries/zed@30d3467
    
    This includes some fixes to the upstream publishing review which help
    the Zed team with publishing extension versions quicker 🎉
    
    Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
    Configuration menu

    Browse the repository at this point in the history

Commits on Mar 22, 2026

  1. JDTLS Rust Proxy (zed-extensions#214)

    A new proxy written entirely in Rust.
    
    Motivation
    
    - **Eliminates the Node.js runtime dependency** 
    - **Faster cold start** as no V8 JIT warmup
    - **Lower memory footprint** as no garbage collector overhead
    Configuration menu

    Browse the repository at this point in the history