v2023.3.3
Thursday, March 30, 2023
This is primarily a bug-fix focused release, and we want to say thanks to all our loyal
preview extension users! The "PowerShell Preview" extension has now been officially
deprecated, with "preview" releases now available via the "pre-release" option on the
stable "PowerShell" extension in the marketplace. While you should be migrated
automatically, feel free to just uninstall the preview and install the now one-and-only
extension, but please keep testing our pre-releases! This change makes it much simpler to
use, as you no longer have to switch between two different extensions and instead can use
VS Code's marketplace to install your choice of version!
vscode-powershell
- 🐛 👷 vscode-powershell #4481 - Remove problematic
[RepoNames]
PowerShell class. - ✨ 👷 vscode-powershell #4464 - Remove
preview
label from marketplace. - ✨ 👷 vscode-powershell #3716 - Adopt the pre-release extension feature.
- 🐛 ✂️ vscode-powershell #4455 - Fix up "Calculated Property" snippet. (Thanks @DougDyreng!)
- 🐛 📺 vscode-powershell #4453 - Fix
GenerateBugReport
command to pre-fill template. - ✨ 🙏 vscode-powershell #4425 - Hide last line in folded ranges for ISE Mode. (Thanks @fflaten!)
- #️⃣ 🙏 vscode-powershell #4417 - Fix up dependencies.
PowerShellEditorServices v3.8.3
- Documentation update and CI fix.
- 🐛 🙏 vscode-powershell #4443 - Fix declaration detection for variables with type constraints.
- ✨ 🙏 vscode-powershell #3604 - Add document symbols for
#region
. - ✨ 🙏 PowerShellEditorServices #2000 - Code clean-up and fixing end-to-end tests.
- 🐛 🐢 PowerShellEditorServices #1998 - Support module-qualified calls for Pester keywords. (Thanks @fflaten!)
- 🐛 🙏 vscode-powershell #3192 - Fix New-EditorFile adding content in current file. (Thanks @fflaten!)