[PR #1545] [MERGED] feat: add SourceKit LSP support #9964

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1545
Author: @bstncartwright
Created: 8/2/2025
Status: Merged
Merged: 11/11/2025
Merged by: @rekram1-node

Base: devHead: swift-lsp


📝 Commits (7)

📊 Changes

4 files changed (+55 additions, -20 deletions)

View changed files

📝 packages/opencode/src/lsp/server.ts (+34 -0)
📝 packages/plugin/package.json (+1 -1)
📝 packages/sdk/js/package.json (+1 -1)
📝 packages/web/src/content/docs/lsp.mdx (+19 -18)

📄 Description

Fixes #1544


🔄 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/1545 **Author:** [@bstncartwright](https://github.com/bstncartwright) **Created:** 8/2/2025 **Status:** ✅ Merged **Merged:** 11/11/2025 **Merged by:** [@rekram1-node](https://github.com/rekram1-node) **Base:** `dev` ← **Head:** `swift-lsp` --- ### 📝 Commits (7) - [`3e1e2ab`](https://github.com/anomalyco/opencode/commit/3e1e2ab515590d61e68d72d1fd24f34111c274bd) ignore: update download stats 2025-08-02 - [`22a2796`](https://github.com/anomalyco/opencode/commit/22a2796eebe96c3a71f3ad7c9d5edc5f930176b9) feat: add SourceKit LSP support - [`d0fa772`](https://github.com/anomalyco/opencode/commit/d0fa7723a46cdf568e5c82b84588d915ae267ca0) Merge branch 'dev' into swift-lsp - [`b5cb1ec`](https://github.com/anomalyco/opencode/commit/b5cb1eca0c7c1822f6de86081b06abfbc242b9c2) Merge branch 'dev' into swift-lsp - [`bd9b6c9`](https://github.com/anomalyco/opencode/commit/bd9b6c9fcd613bcfe03fd33f9076f22a4d84ba2e) merge dev - [`e9866a5`](https://github.com/anomalyco/opencode/commit/e9866a5eadb29763d413a68d8f06079bef636277) fix: bugs - [`698a982`](https://github.com/anomalyco/opencode/commit/698a982e36d6bc1be67c8cbc14ebdf1309127240) chore: format code ### 📊 Changes **4 files changed** (+55 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/lsp/server.ts` (+34 -0) 📝 `packages/plugin/package.json` (+1 -1) 📝 `packages/sdk/js/package.json` (+1 -1) 📝 `packages/web/src/content/docs/lsp.mdx` (+19 -18) </details> ### 📄 Description Fixes #1544 --- <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:28 -05:00
yindo closed this issue 2026-02-16 18:14:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9964