[PR #756] [MERGED] Add support for the Zig Language Server (ZLS) #9703

Closed
opened 2026-02-16 18:14:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/756
Author: @jedisct1
Created: 7/8/2025
Status: Merged
Merged: 7/8/2025
Merged by: @adamdotdevin

Base: devHead: zls


📝 Commits (1)

  • 64e8699 Add support for the Zig Language Server (ZLS)

📊 Changes

2 files changed (+104 additions, -0 deletions)

View changed files

📝 packages/opencode/src/lsp/language.ts (+2 -0)
📝 packages/opencode/src/lsp/server.ts (+102 -0)

📄 Description

And automatically donwload zls if it is not already installed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/756 **Author:** [@jedisct1](https://github.com/jedisct1) **Created:** 7/8/2025 **Status:** ✅ Merged **Merged:** 7/8/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `zls` --- ### 📝 Commits (1) - [`64e8699`](https://github.com/anomalyco/opencode/commit/64e8699a233e4d1adfc646447b4197e7e92bf1c6) Add support for the Zig Language Server (ZLS) ### 📊 Changes **2 files changed** (+104 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/lsp/language.ts` (+2 -0) 📝 `packages/opencode/src/lsp/server.ts` (+102 -0) </details> ### 📄 Description And automatically donwload zls if it is not already installed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:01 -05:00
yindo closed this issue 2026-02-16 18:14:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9703