No status for lsp #2514

Closed
opened 2026-02-16 17:36:03 -05:00 by yindo · 3 comments
Owner

Originally created by @Ben1980 on GitHub (Nov 3, 2025).

Description

The current /status command is not showing lsp status of customer lsp's.

opencode.json

OpenCode version

1.0.15

Steps to reproduce

Just run /status with the provided config.

Screenshot and/or share link

Image

Operating System

macOS 26.0.1

Terminal

zsh

Originally created by @Ben1980 on GitHub (Nov 3, 2025). ### Description The current /status command is not showing lsp status of customer lsp's. [opencode.json](https://github.com/user-attachments/files/23295773/opencode.json) ### OpenCode version 1.0.15 ### Steps to reproduce Just run /status with the provided config. ### Screenshot and/or share link <img width="624" height="201" alt="Image" src="https://github.com/user-attachments/assets/84d45053-0922-4ced-adfb-4f97f6c42c71" /> ### Operating System macOS 26.0.1 ### Terminal zsh
yindo added the opentuibug labels 2026-02-16 17:36:03 -05:00
yindo closed this issue 2026-02-16 17:36:03 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Nov 3, 2025):

This issue might be a duplicate of existing issues. Please check:

  • #3661: Similar issue where the /status command is not showing any status content - this was a general status command bug that was recently closed
  • #2358: Request for ability to see if LSP server is used - specifically about visibility of LSP status information
  • #2121: Request for indicator if an LSP is 'on' for a language - asking for LSP status indicators
  • #3085: Feature request to add user-visible LSP status indicators - comprehensive request for LSP status visibility

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Nov 3, 2025): This issue might be a duplicate of existing issues. Please check: - #3661: Similar issue where the /status command is not showing any status content - this was a general status command bug that was recently closed - #2358: Request for ability to see if LSP server is used - specifically about visibility of LSP status information - #2121: Request for indicator if an LSP is 'on' for a language - asking for LSP status indicators - #3085: Feature request to add user-visible LSP status indicators - comprehensive request for LSP status visibility Feel free to ignore if none of these address your specific case.
Author
Owner

@Ben1980 commented on GitHub (Nov 3, 2025):

During execution, the ui then is showing the state of the lsp's.... and Dart is not occurring, but should

"lsp": {
        "dart": {
            "command": ["dart", "language-server", "--client-id", "opencode", "--client-version", "1.0"],
            "extensions": [".dart"],
            "initialization": {
                "closingLabels": true,
                "flutterOutline": true,
                "outline": true
            }
        },
Image
@Ben1980 commented on GitHub (Nov 3, 2025): During execution, the ui then is showing the state of the lsp's.... and Dart is not occurring, but should ``` "lsp": { "dart": { "command": ["dart", "language-server", "--client-id", "opencode", "--client-version", "1.0"], "extensions": [".dart"], "initialization": { "closingLabels": true, "flutterOutline": true, "outline": true } }, ``` <img width="372" height="390" alt="Image" src="https://github.com/user-attachments/assets/6f430e02-0c33-4796-be01-4088120819ea" />
Author
Owner

@thdxr commented on GitHub (Nov 3, 2025):

the thing is we don't load any LSPs until a file is read

this is a bit confusing but i haven't been able to think of a different way without bloating things for larger projects

@thdxr commented on GitHub (Nov 3, 2025): the thing is we don't load any LSPs until a file is read this is a bit confusing but i haven't been able to think of a different way without bloating things for larger projects
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2514