Skip to content

Conversation

@ericsciple
Copy link
Collaborator

No description provided.

@ericsciple ericsciple changed the title Remove actionScaffoldingSnippets feature flag - make feature permanent Clean up feature flag actionScaffoldingSnippets Jan 21, 2026
@ericsciple ericsciple force-pushed the users/ericsciple/26-01-clean branch from c4ef29d to e516513 Compare January 21, 2026 22:16
@ericsciple ericsciple marked this pull request as ready for review January 21, 2026 22:17
@ericsciple ericsciple requested a review from a team as a code owner January 21, 2026 22:17
Copilot AI review requested due to automatic review settings January 21, 2026 22:17
# const greeting = \\\`Hello \\\${name}\\\`;
# console.log(greeting);
# fs.appendFileSync(process.env.GITHUB_OUTPUT, \\\`greeting=\\\${greeting}\\\\n\\\`);
#
Copy link
Collaborator Author

@ericsciple ericsciple Jan 21, 2026

Choose a reason for hiding this comment

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

Redundant. This same comment is already included in the snippet on line 45

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request removes the actionScaffoldingSnippets experimental feature flag, making the action scaffolding snippets feature permanently enabled. The PR also cleans up redundant documentation comments in the Node.js action snippet template.

Changes:

  • Removed feature flag check to make action scaffolding snippets always available in action files
  • Cleaned up redundant documentation comments in action snippet templates
  • Removed feature flag definition from the experimental features interface and related test expectations

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
languageservice/src/complete.ts Removed feature flag conditional check, making action scaffolding snippets always enabled for action files
languageservice/src/complete-action.ts Removed redundant documentation comment lines from Node.js action snippet template
languageservice/src/complete-action.test.ts Removed FeatureFlags import, scaffoldingConfig constant, test for disabled feature flag, and updated all test calls to not pass config
expressions/src/features.ts Removed actionScaffoldingSnippets property from ExperimentalFeatures interface and allFeatureKeys array
expressions/src/features.test.ts Updated test expectations to exclude actionScaffoldingSnippets from the list of all enabled features

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

@ericsciple ericsciple merged commit 96be7ce into main Jan 21, 2026
13 checks passed
@ericsciple ericsciple deleted the users/ericsciple/26-01-clean branch January 21, 2026 22:52
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