Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR separates stable vs prerelease (nightly/insiders) packaging so that LLM/Copilot-related contributions and the experimental setting are excluded from stable releases while remaining available in prerelease builds.
Changes:
- Gate Copilot LSP tool registration behind
packageJSON.preview === trueand defaultenableLspToolstofalse. - Add a stable-manifest preparation script that strips
languageModelTools/chat contributions and the experimental configuration property. - Harden and update the nightly manifest generation (error handling,
preview: true, prettier JSON output) and wire stable manifest generation into the RC pipeline.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/extension.ts | Adds prerelease gating for Copilot context tools and changes the config default for tool enablement. |
| scripts/prepare-stable-build.js | Generates a stable package manifest with LLM/chat contributions and the experimental setting removed. |
| scripts/prepare-nightly-build.js | Validates version parsing, ensures preview: true, and improves output formatting for the insiders manifest. |
| .azure-pipelines/rc.yml | Runs the stable-manifest preparation step before packaging the VSIX. |
| package.json | Bumps extension version. |
| package-lock.json | Updates lockfile version field to match the bumped version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chagong
approved these changes
Mar 25, 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.
remove LLM tools and Exp feature for stable release.
To Preview bits


To RC bits