Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Actions Language Server #2737

Open
caenrique opened this issue Jul 27, 2023 · 1 comment
Open

Github Actions Language Server #2737

caenrique opened this issue Jul 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@caenrique
Copy link

caenrique commented Jul 27, 2023

Language server

Github Actions Language Server

Requested feature

There seems to be an language server for Github Actions. I haven't tried, and was wondering if someone has successfully used it.
Would be awesome to include it as a config here if possible

Other clients which have this feature

No response

@pbnj
Copy link
Contributor

pbnj commented Aug 7, 2023

This GitHub Actions Language Server is used by default in VS Code, without the need for additional extensions, and it provides a superior developer experience over the yaml-language-server with JSON schema support.

Actions Language Server offers context- and expressions-aware completions and diagnostics (e.g. needs: <suggests jobs here>, if: ${{ needs.<suggests jobs here> }}, needs: invalid-job will throw error Value 'invalid-job' is not valid, ...etc).

However, it seems that the project does not provide a standalone executable binary for actions-languageserver that can be consumed by other editors.

See related issue: actions/languageservices#56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants