[PR #1636] [CLOSED] Add timeout option to LSP config #10004

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1636
Author: @rafaelcl292
Created: 8/5/2025
Status: Closed

Base: devHead: feat/add-lsp-config-options


📝 Commits (1)

  • 64b296d feat(lsp): add timeout options to LSP config

📊 Changes

5 files changed (+92 additions, -34 deletions)

View changed files

📝 packages/opencode/src/config/config.ts (+20 -9)
📝 packages/opencode/src/lsp/client.ts (+5 -2)
📝 packages/opencode/src/lsp/index.ts (+43 -21)
📝 packages/opencode/src/lsp/server.ts (+21 -0)
📝 packages/web/src/content/docs/docs/lsp.mdx (+3 -2)

📄 Description

Summary

  • Add timeout option to the LSP server config schema.
  • Update documentation with description.
  • Allow configuration for built-in LSP servers.

This is a potential solution to #742


🔄 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/1636 **Author:** [@rafaelcl292](https://github.com/rafaelcl292) **Created:** 8/5/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feat/add-lsp-config-options` --- ### 📝 Commits (1) - [`64b296d`](https://github.com/anomalyco/opencode/commit/64b296d860d20180295196ef0c50e0a37a8a0dd2) feat(lsp): add timeout options to LSP config ### 📊 Changes **5 files changed** (+92 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/config/config.ts` (+20 -9) 📝 `packages/opencode/src/lsp/client.ts` (+5 -2) 📝 `packages/opencode/src/lsp/index.ts` (+43 -21) 📝 `packages/opencode/src/lsp/server.ts` (+21 -0) 📝 `packages/web/src/content/docs/docs/lsp.mdx` (+3 -2) </details> ### 📄 Description ### Summary * Add `timeout` option to the LSP server config schema. * Update documentation with description. * Allow configuration for built-in LSP servers. This is a potential solution to #742 --- <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:32 -05:00
yindo closed this issue 2026-02-16 18:14:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10004