Skip to content

v2026.1.0-preview: New PSSA version and lots of fixes!#5458

Merged
andyleejordan merged 1 commit intomainfrom
release
Apr 8, 2026
Merged

v2026.1.0-preview: New PSSA version and lots of fixes!#5458
andyleejordan merged 1 commit intomainfrom
release

Conversation

@andyleejordan
Copy link
Copy Markdown
Member

It's happening!

Copilot AI review requested due to automatic review settings April 8, 2026 19:57
@andyleejordan andyleejordan requested a review from a team as a code owner April 8, 2026 19:57
Copy link
Copy Markdown

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

Updates the extension release metadata for the next release.

Changes:

  • Bumps the extension version in package.json to 2026.1.0.
  • Adds a new v2026.1.0-preview entry to CHANGELOG.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
package.json Updates extension manifest version (and implicitly release channel metadata).
CHANGELOG.md Adds the release notes header/links for v2026.1.0-preview.

"displayName": "PowerShell",
"version": "2025.4.0",
"version": "2026.1.0",
"preview": false,
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

The release is labeled as a preview in CHANGELOG.md (v2026.1.0-preview), but the extension manifest has "preview": false and the version is set to a stable-looking 2026.1.0. This will likely publish as a stable Marketplace release instead of a pre-release; align the manifest (set preview true and/or adjust version/tagging) so the Marketplace channel matches the changelog and release tag.

Suggested change
"preview": false,
"preview": true,

Copilot uses AI. Check for mistakes.
"name": "powershell",
"displayName": "PowerShell",
"version": "2025.4.0",
"version": "2026.1.0",
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

package-lock.json still reports the package version as 2025.4.0 while package.json was bumped to 2026.1.0. Regenerate/update the lockfile so the repository metadata stays consistent and avoids noisy diffs or CI checks that validate version alignment.

Copilot uses AI. Check for mistakes.
Comment on lines +3 to +10
## v2026.1.0-preview
### Wednesday, April 08, 2026

With PowerShell Editor Services [v4.5.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.5.0)!

New PSSA version and lots of fixes!

See more details at the GitHub Release for [v2026.1.0-preview](https://github.com/PowerShell/vscode-powershell/releases/tag/v2026.1.0-preview).
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

This entry is marked as v2026.1.0-preview and links to a -preview release tag, but package.json was updated to 2026.1.0 with "preview": false. Please make the changelog versioning/links consistent with the actual extension version and release channel (stable vs preview).

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Collaborator

@SeeminglyScience SeeminglyScience left a comment

Choose a reason for hiding this comment

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

LGTM!

@andyleejordan andyleejordan merged commit bf3b87f into main Apr 8, 2026
7 checks passed
@andyleejordan andyleejordan deleted the release branch April 8, 2026 20:49
@andyleejordan andyleejordan added the Ignore Exclude from the changelog. label Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ignore Exclude from the changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants