Skip to content

[Bug] LSP configuration section outdated in non-English translations #26047

@finalquest

Description

@finalquest

Description

The LSP documentation in non-English languages is missing critical information that exists in the English version.

Specifically, the English docs say:

  • "To enable all built-in LSP servers, set lsp to true."
  • Example: { "lsp": true }
  • "If lsp is omitted, all LSP servers are disabled."

But the Spanish docs (and likely other translations) only show:

  • Example: { "lsp": {} }
  • No mention of lsp: true to enable all built-ins
  • No explanation that omitting lsp disables all servers

Impact: Users reading docs in their native language don't know they need to explicitly enable LSP.

Steps to Reproduce

  1. Open https://opencode.ai/docs/lsp (English)
  2. Open https://opencode.ai/es/docs/lsp (Spanish)
  3. Compare the "Configure" section

OpenCode Version

N/A (documentation issue)

Operating System

N/A

Terminal

N/A

Plugins

None

Screenshot / Share Link

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions