From 69df1ee095f33c492a54305402c20725fc52a34e Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 10 Jan 2022 13:08:52 -0800 Subject: [PATCH 1/2] Update CHANGELOG for `v2022.1.0-preview` --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 258b77fe5e..f588d1f891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # PowerShell Extension Release History +## v2022.1.0-preview +### Monday, January 10, 2022 + +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) + +Happy New Year! Please enjoy a new preview release! We have re-enabled nearly all of the +tests in PowerShell Editor Services, and are becoming more confident in our ability to fix +your reported issues without introducing regressions. Thanks so much for continuing to use +and help improve the extension. + +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) + +- ✨ 🙏 [PowerShellEditorServices #1658](https://github.com/PowerShell/PowerShellEditorServices/pull/1658) - Bump PSReadLine module to 2.2.0-beta5. +- 🐛 🚨 [PowerShellEditorServices #1444](https://github.com/PowerShell/PowerShellEditorServices/pull/1657) - Re-enable `ExtensionCommandTests.cs`. +- 🐛 🙏 [PowerShellEditorServices #1656](https://github.com/PowerShell/PowerShellEditorServices/pull/1656) - Resurrect support to resolve aliased references. +- 🐛 🚨 [PowerShellEditorServices #1445](https://github.com/PowerShell/PowerShellEditorServices/pull/1655) - Split and clean up `LanguageServiceTests.cs`. +- 🐛 🔍 [vscode-powershell #3715](https://github.com/PowerShell/PowerShellEditorServices/pull/1652) - Fix regression with `F5` to use `.` instead of `&` operator. +- ✨ 🚨 [vscode-powershell #3677](https://github.com/PowerShell/PowerShellEditorServices/pull/1651) - Enable `PsesInternalHostTests` (previously `PowerShellContextTests`). + ## v2021.12.0 ### Wednesday, December 22, 2021 From b735f7edb38fd81d0242330dfcc69f2be259a6fc Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 10 Jan 2022 13:08:52 -0800 Subject: [PATCH 2/2] Bump version to `v2022.1.0-preview` --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 196fbf8838..dd6b2f9d67 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "powershell", - "displayName": "PowerShell", - "version": "2021.12.0", - "preview": false, + "name": "powershell-preview", + "displayName": "PowerShell Preview", + "version": "2022.1.0", + "preview": true, "publisher": "ms-vscode", - "description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!", + "description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!", "engines": { "vscode": "^1.56.0" }, @@ -16,7 +16,7 @@ "Snippets", "Linters" ], - "icon": "media/PowerShell_Icon.png", + "icon": "media/PowerShell_Preview_Icon.png", "galleryBanner": { "color": "#ACD1EC", "theme": "light"