Skip to content

Enable allowBackgroundSteps language server feature flag#606

Merged
lokesh755 merged 2 commits into
mainfrom
lokesh755-enable-background-steps
Jun 26, 2026
Merged

Enable allowBackgroundSteps language server feature flag#606
lokesh755 merged 2 commits into
mainfrom
lokesh755-enable-background-steps

Conversation

@lokesh755

@lokesh755 lokesh755 commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Background steps (background, wait, wait-all, cancel, parallel) are enabled server-side everywhere.

This enables allowBackgroundSteps in the language client's initialization options (alongside allowCaseFunction), so validation and completion accept the new keywords.

Related to #605

@lokesh755 lokesh755 requested a review from a team as a code owner June 26, 2026 17:32
Copilot AI review requested due to automatic review settings June 26, 2026 17:32
GitHub Advanced Security started work on behalf of lokesh755 June 26, 2026 17:32 View session
GitHub Advanced Security finished work on behalf of lokesh755 June 26, 2026 17:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enables the allowBackgroundSteps experimental feature flag in the GitHub Actions language client initialization options so the language server’s validation/completions accept background-step keywords (background, wait, wait-all, cancel, parallel) that are already enabled server-side.

Changes:

  • Add allowBackgroundSteps: true to the language server client initialization experimentalFeatures options.
  • Keep allowCaseFunction enabled alongside the new flag.
Show a summary per file
File Description
src/workflow/languageServer.ts Enables the allowBackgroundSteps initialization option so the language server accepts background-step keywords in validation and completion.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Low

GitHub Advanced Security started work on behalf of lokesh755 June 26, 2026 17:37 View session
GitHub Advanced Security finished work on behalf of lokesh755 June 26, 2026 17:37
@lokesh755 lokesh755 merged commit f7dc253 into main Jun 26, 2026
6 checks passed
@lokesh755 lokesh755 deleted the lokesh755-enable-background-steps branch June 26, 2026 17:57
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.

3 participants