v2023.1.0
Wednesday, January 18, 2023
First stable release for the new year, includes a multitude of fixes for the debugger!
Expanding variables with properties that are inaccessible no longer causes a short-circuit
preventing the rest of the properties from being expanded, variable values whose expansion
results in PowerShell code being executed now works as expected, and in general all the
correct properties are now present. We look forward to adding the ability to view static
and private fields in a future update.
vscode-powershell
- 🐛 👷 vscode-powershell #4357 - Fix
@vscode/vsce
dependency after its rename. - 🐛 ✂️ vscode-powershell #4346 - Fix class snippet (unnecessary space between
<
and#
). (Thanks @ALiwoto!) - 🐛 🛫 vscode-powershell #4329 - Automatically find "PowerShell Daily" at its common path.
PowerShellEditorServices v3.7.3
- 🐛 🚂 vscode-powershell #4343 - Update VS Code shell integration script.
- ✨ 🙏 PowerShellEditorServices #1981 - Make
Set-ScriptExtent
not slow. - 🐛 🙏 PowerShellEditorServices #1959 - Use an empty array instead of
null
. - 🐛 🔍 vscode-powershell #4174 - Fix several bugs in the debugger.
- #️⃣ 🙏 PowerShellEditorServices #1973 - Update
Microsoft.PowerShell.SDK
with workaround.