Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# PowerShell Extension Release History

## 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).
Comment on lines +3 to +10
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.

## v2025.4.0
### Wednesday, October 08, 2025

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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.
"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.
"publisher": "ms-vscode",
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
Expand Down
Loading