Comparing da-r-k:main...zed-extensions:main · da-r-k/java
Commits on Feb 16, 2026
Commits on Feb 24, 2026
Commits on Mar 14, 2026
-
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.
Commits on Mar 18, 2026
-
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>
Commits on Mar 22, 2026
-
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