v2022.4.3-preview
Pre-release
Pre-release
v2022.4.3-preview
Thursday, April 28, 2022
Third release candidate. Our recent debugger and ReadKey overhauls revealed some other
bugs that needed squashing! Please test this thoroughly. We're gaining confidence!
vscode-powershell
- 🐛 🙏 vscode-powershell #3939 - Send
pinstead of\0forsendKeyPress.
PowerShellEditorServices
- 🐛 🛫 PowerShellEditorServices #1782 - Fix ordering of startup tasks so
psEditoris defined before profiles are loaded. - 🐛 📟 PowerShellEditorServices #1781 - Bring back
WriteWithPrompt(). - 🐛 📟 vscode-powershell #3937 - Update to latest PSReadLine beta (with fix for race condition).
- 🐛 🔍 PowerShellEditorServices #1778 - Fix extra prompting and manual debugger commands.
- ✨ 🚂 PowerShellEditorServices #1777 - Consolidate
InterruptCurrentForegroundandMustRunInForeground. - ✨ 🚂 PowerShellEditorServices #1776 - Don't cancel on disposal of
CancellationScope.