|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
| 3 | +## v2024.3.0-preview |
| 4 | +### Thursday, January 25, 2024 |
| 5 | + |
| 6 | +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) |
| 7 | + |
| 8 | +- ✨ 🚂 [vscode-powershell #4902](https://github.com/PowerShell/vscode-powershell/pull/4902) - Enable the native vscode-languageclient tracing option. (Thanks @JustinGrote!) |
| 9 | +- 🐛 📟 [vscode-powershell #4900](https://github.com/PowerShell/vscode-powershell/pull/4900) - Fix `PowerShellProcess.dipose()` to fire the `onExited` event idempotently. |
| 10 | +- ✨ 🚂 [vscode-powershell #4892](https://github.com/PowerShell/vscode-powershell/pull/4893) - Remove deprecated features. |
| 11 | +- 🐛 🔍 [vscode-powershell #4843](https://github.com/PowerShell/vscode-powershell/pull/4888) - Fix up debugger configuration resolvers . |
| 12 | +- ✨ 🔧 [vscode-powershell #3034](https://github.com/PowerShell/vscode-powershell/pull/4883) - Add developer setting to disable `-ExecutionPolicy Bypass` flags. |
| 13 | + |
| 14 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.17.0 |
| 15 | + |
| 16 | +- ✨ 🚂 [PowerShellEditorServices #2132](https://github.com/PowerShell/PowerShellEditorServices/pull/2132) - Remove `PowerShellEditorServices.VSCode` module / `ContentViews` feature. |
| 17 | +- 🐛 🔍 [PowerShellEditorServices #2130](https://github.com/PowerShell/PowerShellEditorServices/pull/2130) - Fix up debugger attach handlers. |
| 18 | + |
3 | 19 | ## v2024.0.0
|
4 | 20 | ### Wednesday, January 10, 2024
|
5 | 21 |
|
|
0 commit comments