From 41d729b77f9a4cbffa1689f8465e8eb9f86b6188 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 18 Apr 2022 14:37:31 -0700 Subject: [PATCH 1/2] Update CHANGELOG for `v2022.4.1-preview` --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a68b1e0f73..ed85d748f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # PowerShell Extension Release History +## v2022.4.1-preview +### Monday, April 18, 2022 + +This is our first Release Candidate. We've merged a set of major fixes to the debugger so +that attaching to remote processes / runspaces now works again. While the extension is not +perfect (yet), we believe at this point the preview far exceeds the stable extension in +terms of usability and stability, and it is time to roll this out. Please give this a +thorough testing, as we hope to roll it into the stable extension next week. + +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) + +- ✨ 📺 [vscode-powershell #3919](https://github.com/PowerShell/vscode-powershell/pull/3919) - Improve Settings Editor experience in a few places. (Thanks @TylerLeonhardt!) + +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) + +- #️⃣ 🙏 [PowerShellEditorServices #1757](https://github.com/PowerShell/PowerShellEditorServices/pull/1757) - Enable code analysis and formatting as errors on build. +- ✨ 🚂 [PowerShellEditorServices #1755](https://github.com/PowerShell/PowerShellEditorServices/pull/1755) - Apply automatic fixes (manually). +- 🐛 🔍 [PowerShellEditorServices #1736](https://github.com/PowerShell/PowerShellEditorServices/pull/1752) - Fix attach to process debugging. + ## v2022.4.0-preview ### Tuesday, April 12, 2022 From 0b3ac16a12404e465f69f277a986eedb0fb1386a Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 18 Apr 2022 14:37:32 -0700 Subject: [PATCH 2/2] Bump version to `v2022.4.1-preview` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd1a7e1897..7650bb8466 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "powershell-preview", "displayName": "PowerShell Preview", - "version": "2022.4.0", + "version": "2022.4.1", "preview": true, "publisher": "ms-vscode", "description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",