Skip to content

feat: add CircleCI language server support#35580

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

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