Skip to content

Release v2022.5.0 #3948

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 4, 2022
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
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# PowerShell Extension Release History

## v2022.5.0
### Tuesday, May 03, 2022

#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)

Welcome to the new and improved PowerShell for Visual Studio Code!

This update represents a complete overhaul of the core PowerShell engine of PowerShell
Editor Services, intending to create a more reliable and stable user experience. This
release represents nearly two years' work, tracked in PSES
[#1295](https://github.com/PowerShell/PowerShellEditorServices/issues/1295) and
implemented in PSES
[#1459](https://github.com/PowerShell/PowerShellEditorServices/pull/1459). It is our
response to many issues opened by users over the last several years.

Thank you to all of the community members who opened issues which helped motivate this
major update.

These major updates have also been tested over the last 6 months, in 13 releases of our
[PowerShell Preview extension for Visual Studio
Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell-preview). A
huge thank you to all of the community members who have tested these changes to the
extension and have worked with us to polish the extension before releasing it through our
stable channel.

Please see our
[blog](https://devblogs.microsoft.com/powershell/major-update-to-the-powershell-extension-for-visual-studio-code)
for more details!

#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)

- ✨ 🙏 [PowerShellEditorServices #1787](https://github.com/PowerShell/PowerShellEditorServices/pull/1787) - Bump PSReadLine to `v2.2.5`.

## v2022.5.0-preview
### Monday, May 02, 2022

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "powershell-preview",
"displayName": "PowerShell Preview",
"name": "powershell",
"displayName": "PowerShell",
"version": "2022.5.0",
"preview": true,
"preview": false,
"publisher": "ms-vscode",
"description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
"engines": {
"vscode": "^1.59.0"
},
Expand All @@ -16,7 +16,7 @@
"Snippets",
"Linters"
],
"icon": "media/PowerShell_Preview_Icon.png",
"icon": "media/PowerShell_Icon.png",
"galleryBanner": {
"color": "#ACD1EC",
"theme": "light"
Expand Down