Merged
Conversation
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @lszomoruMatched files:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts Copilot extension CI versioning so pre-release (non-stable) builds get a unique, date-based patch segment driven by an Azure Pipelines counter, enabling proper incremental insider build versions.
Changes:
- Apply a CI-only
package.jsonpatch during the Copilot extension esbuild step whenBUILD_SOURCEVERSIONis present. - For pre-release qualities, generate the extension version patch as
YYYYMMDD+ a 2-digit CI counter (VSCODE_PUBLISH_COUNTER). - Add
VSCODE_PUBLISH_COUNTER_PREFIX/VSCODE_PUBLISH_COUNTERvariables to the product build pipeline using Azure Pipelinescounter().
Show a summary per file
| File | Description |
|---|---|
| extensions/copilot/.esbuild.ts | Patches Copilot package.json in CI; computes pre-release version patch from date + counter. |
| build/azure-pipelines/product-build.yml | Introduces a per-day counter variable for pre-release version uniqueness. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 1
lszomoru
previously approved these changes
Apr 9, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
sandy081
approved these changes
Apr 9, 2026
joshspicer
pushed a commit
that referenced
this pull request
Apr 9, 2026
* proper insider build increments * Update extensions/copilot/.esbuild.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
No description provided.