|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
| 3 | +## v2022.4.1-preview |
| 4 | +### Monday, April 18, 2022 |
| 5 | + |
| 6 | +This is our first Release Candidate. We've merged a set of major fixes to the debugger so |
| 7 | +that attaching to remote processes / runspaces now works again. While the extension is not |
| 8 | +perfect (yet), we believe at this point the preview far exceeds the stable extension in |
| 9 | +terms of usability and stability, and it is time to roll this out. Please give this a |
| 10 | +thorough testing, as we hope to roll it into the stable extension next week. |
| 11 | + |
| 12 | +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) |
| 13 | + |
| 14 | +- ✨ 📺 [vscode-powershell #3919](https://github.com/PowerShell/vscode-powershell/pull/3919) - Improve Settings Editor experience in a few places. (Thanks @TylerLeonhardt!) |
| 15 | + |
| 16 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) |
| 17 | + |
| 18 | +- #️⃣ 🙏 [PowerShellEditorServices #1757](https://github.com/PowerShell/PowerShellEditorServices/pull/1757) - Enable code analysis and formatting as errors on build. |
| 19 | +- ✨ 🚂 [PowerShellEditorServices #1755](https://github.com/PowerShell/PowerShellEditorServices/pull/1755) - Apply automatic fixes (manually). |
| 20 | +- 🐛 🔍 [PowerShellEditorServices #1736](https://github.com/PowerShell/PowerShellEditorServices/pull/1752) - Fix attach to process debugging. |
| 21 | + |
3 | 22 | ## v2022.4.0-preview
|
4 | 23 | ### Tuesday, April 12, 2022
|
5 | 24 |
|
|
0 commit comments