|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
| 3 | +## v2023.5.0 |
| 4 | +### Wednesday, May 03, 2023 |
| 5 | + |
| 6 | +This release focused on include Justin Grote's new "attach .NET debugger" debug |
| 7 | +configuration for binary PowerShell modules, and on handling start-up failures more |
| 8 | +gracefully. If the start-up fails because the configured PowerShell is out-of-date, |
| 9 | +instead of a confusing "undefined" error message we now detect the problem, inform the |
| 10 | +user with a pop-up message of it, and offer to open the installation and/or update |
| 11 | +instructions. |
| 12 | + |
| 13 | +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) |
| 14 | + |
| 15 | +- #️⃣ 🙏 [vscode-powershell #4549](https://github.com/PowerShell/vscode-powershell/pull/4549) - Update readme and troubleshooting docs. |
| 16 | +- ✨ 🙏 [vscode-powershell #4548](https://github.com/PowerShell/vscode-powershell/pull/4548) - Use named debug configurations instead of duplicating them. |
| 17 | +- 🐛 🚨 [vscode-powershell #4547](https://github.com/PowerShell/vscode-powershell/pull/4547) - Fix flaky test. |
| 18 | +- 🐛 🛫 [vscode-powershell #4543](https://github.com/PowerShell/vscode-powershell/pull/4543) - Update startup logic to handle session failure reasons. |
| 19 | +- #️⃣ 🙏 [vscode-powershell #4534](https://github.com/PowerShell/vscode-powershell/pull/4534) - Add ESBuild Problem Matcher Extension. (Thanks @JustinGrote!) |
| 20 | +- 🐛 🙏 [vscode-powershell #4521](https://github.com/PowerShell/vscode-powershell/pull/4532) - Handle end-of-support PowerShell with error message. |
| 21 | +- ✨ 👷 [vscode-powershell #4518](https://github.com/PowerShell/vscode-powershell/pull/4518) - Enable Mocha Test Explorer Integration. (Thanks @JustinGrote!) |
| 22 | +- 🐛 🔍 [vscode-powershell #4517](https://github.com/PowerShell/vscode-powershell/pull/4517) - Fix `attachDotnetDebugger` with custom config. (Thanks @fflaten!) |
| 23 | +- 🐛 🔍 [vscode-powershell #4516](https://github.com/PowerShell/vscode-powershell/pull/4516) - Add new debug configurations to `package.json`. (Thanks @JustinGrote!) |
| 24 | +- #️⃣ 🔍 [vscode-powershell #4511](https://github.com/PowerShell/vscode-powershell/pull/4511) - Add additional debug configuration templates for Pester and binary modules. (Thanks @JustinGrote!) |
| 25 | +- #️⃣ 🔍🙏 [vscode-powershell #4510](https://github.com/PowerShell/vscode-powershell/pull/4510) - Improve extension authoring experience with new Build Tasks and Launch Configs. (Thanks @JustinGrote!) |
| 26 | +- ✨ 👷 [vscode-powershell #4502](https://github.com/PowerShell/vscode-powershell/pull/4503) - Enable VS Code unit tests in Linux CI. |
| 27 | +- ✨ 🙏 [vscode-powershell #4498](https://github.com/PowerShell/vscode-powershell/pull/4500) - Enable ESLint `explicit-function-return-type`. |
| 28 | +- ✨ 🔍 [vscode-powershell #3903](https://github.com/PowerShell/vscode-powershell/pull/3903) - Add `attachDotnetDebugger` debug option. (Thanks @JustinGrote!) |
| 29 | + |
| 30 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.8.4 |
| 31 | + |
| 32 | +- 🐛 🛫 [vscode-powershell #4509](https://github.com/PowerShell/PowerShellEditorServices/pull/2018) - Set session failure with reason when applicable. |
| 33 | +- ✨ 📖 [PowerShellEditorServices #2016](https://github.com/PowerShell/PowerShellEditorServices/pull/2016) - Add guide to configure Neovim. (Thanks @csc027!) |
| 34 | + |
3 | 35 | ## v2023.4.1-preview
|
4 | 36 | ### Tuesday, April 25, 2023
|
5 | 37 |
|
|
0 commit comments