|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
| 3 | +## v2022.5.0 |
| 4 | +### Tuesday, May 03, 2022 |
| 5 | + |
| 6 | +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) |
| 7 | + |
| 8 | +Welcome to the new and improved PowerShell for Visual Studio Code! |
| 9 | + |
| 10 | +This update represents a complete overhaul of the core PowerShell engine of PowerShell |
| 11 | +Editor Services, intending to create a more reliable and stable user experience. This |
| 12 | +release represents nearly two years' work, tracked in PSES |
| 13 | +[#1295](https://github.com/PowerShell/PowerShellEditorServices/issues/1295) and |
| 14 | +implemented in PSES |
| 15 | +[#1459](https://github.com/PowerShell/PowerShellEditorServices/pull/1459). It is our |
| 16 | +response to many issues opened by users over the last several years. |
| 17 | + |
| 18 | +Thank you to all of the community members who opened issues which helped motivate this |
| 19 | +major update. |
| 20 | + |
| 21 | +These major updates have also been tested over the last 6 months, in 13 releases of our |
| 22 | +[PowerShell Preview extension for Visual Studio |
| 23 | +Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell-preview). A |
| 24 | +huge thank you to all of the community members who have tested these changes to the |
| 25 | +extension and have worked with us to polish the extension before releasing it through our |
| 26 | +stable channel. |
| 27 | + |
| 28 | +Please see our |
| 29 | +[blog](https://devblogs.microsoft.com/powershell/major-update-to-the-powershell-extension-for-visual-studio-code) |
| 30 | +for more details! |
| 31 | + |
| 32 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) |
| 33 | + |
| 34 | +- ✨ 🙏 [PowerShellEditorServices #1787](https://github.com/PowerShell/PowerShellEditorServices/pull/1787) - Bump PSReadLine to `v2.2.5`. |
| 35 | + |
3 | 36 | ## v2022.5.0-preview
|
4 | 37 | ### Monday, May 02, 2022
|
5 | 38 |
|
|
0 commit comments