You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: