v2022.2.0-preview
Wednesday, February 02, 2022
vscode-powershell
Just including several PSES fixes, namely around the F5 and F8 bugs.
PowerShellEditorServices
- 🐛 📟 vscode-powershell #3786 - Print prompt and command when
WriteInputToHost
is true. - 🐛 📟 vscode-powershell #3685 - Display prompt after
F8
finishes. - 🐛 🔍 vscode-powershell #3522 - Synchronize PowerShell debugger and DAP server state.
- ✨ 🔍 PowerShellEditorServices #1680 - Display
DictionaryEntry
as key/value pairs in debugger. (Thanks @JustinGrote!)