Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:

# Build both native binaries from the workspace root. Selecting the two
# packages explicitly keeps the WASM extension crate (`zed_java`, a
# cdylib) out of the native target build. The gradle-lsp-bridge gRPC
# bindings are committed, so no protoc toolchain is needed here.
# cdylib) out of the native target build. The Gradle bridge implements
# vscode-gradle 3.18's JSON-RPC transport over platform-local IPC.
- name: Build binaries
run: cargo build --release --target ${{ matrix.target }} -p java-lsp-proxy -p gradle-lsp-bridge
shell: bash
Expand Down
312 changes: 1 addition & 311 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading