Skip to content

feat: add CircleCI language server support - #35580

Closed
parkuman wants to merge 1 commit into
anomalyco:devfrom
parkuman:feature/add-circleci-lsp-support
Closed

feat: add CircleCI language server support#35580
parkuman wants to merge 1 commit into
anomalyco:devfrom
parkuman:feature/add-circleci-lsp-support

Conversation

@parkuman

@parkuman parkuman commented Jul 6, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #25735

Type of change

  • New feature
  • Documentation

What does this PR do?

Adds circleci-yaml-language-server as a built-in LSP server for any .yaml | .yml files found inside .circleci at a project root. Will auto download the latest version of the LSP server from the releases page here: https://github.com/CircleCI-Public/circleci-yaml-language-server/releases.

  • Added CircleCILS as an export to lsp/server.ts.
  • Updated the LSP docs to include the new server

How did you verify your code works?

Ran it with bun dev, had it edit a circleci config file, see the output.

Screenshots / recordings

cci-lsp-opencode.mov

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Adds `circleci-yaml-language-server` as a built-in lsp. Will auto
download the latest version of the LSP from the releases page:

https://github.com/CircleCI-Public/circleci-yaml-language-server
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Automated PR Cleanup

Thank you for contributing to opencode.

Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions.

This PR was closed because it matched the following cleanup criteria:

  • The PR was created more than 1 month ago
  • The PR had fewer than 2 positive reactions
  • Positive reactions are counted as thumbs-up, heart, celebration, or rocket reactions on the PR

PRs created within the last month are not affected by this cleanup.

If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate.

Thanks again for taking the time to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Add circleci-yaml-language-server as one of the built-in LSP servers

1 participant