Add action.yml support and update language service to 0.3.33#549
Merged
ericsciple merged 2 commits intomainfrom Jan 4, 2026
Merged
Add action.yml support and update language service to 0.3.33#549ericsciple merged 2 commits intomainfrom
ericsciple merged 2 commits intomainfrom
Conversation
9b10fce to
deaa16d
Compare
- Add ActionSelector pattern for action.{yml,yaml} files
- Update @actions/languageservice and @actions/languageserver to 0.3.33
- Bump version to 0.29.0
- Merge unreleased 0.28.3 changelog into 0.29.0
deaa16d to
8fee454
Compare
ericsciple
commented
Jan 4, 2026
salmanmkc
previously approved these changes
Jan 4, 2026
There was a problem hiding this comment.
Pull request overview
This PR adds language server support for GitHub Actions action definition files (action.yml and action.yaml) and updates the @actions/languageserver and @actions/languageservice dependencies to version 0.3.33. The package is also renamed from @github/vscode-github-actions to vscode-github-actions (removing the scoped namespace) and the version is bumped to 0.29.0.
Key changes:
- Added
ActionSelectordocument selector pattern to enable language server features for action definition files - Updated language service dependencies to 0.3.33 with numerous bug fixes and feature enhancements
- Changed package name from scoped to unscoped format
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/workflow/languageServer.ts | Import and use the new ActionSelector alongside WorkflowSelector in the language client configuration |
| src/workflow/documentSelector.ts | Define ActionSelector pattern to match action.yml/action.yaml files in any directory |
| package.json | Update package name, bump version to 0.29.0, update dependencies to 0.3.33 |
| package-lock.json | Sync lockfile with package.json dependency updates and package name change |
| CHANGELOG.md | Document the new features and dependency updates for version 0.29.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
salmanmkc
approved these changes
Jan 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.