v2022.12.1
v2022.12.1
Thursday, December 15, 2022
This release brings a variety of bugfixes and feature improvements, including everyone's
favorite: VS Code Terminal Shell Integration in the PowerShell
Extension Terminal! We overhauled the PowerShell update notification feature, with support
for more platforms and architectures. Also checkout the revamped settings descriptions in
VS Code, complete with formatting and hyperlinks.
vscode-powershell
- ✨ 🔧 vscode-powershell #4315 - Enhance (and correct) our settings' descriptions using markdown.
- 🐛 ✂️ vscode-powershell #3964 - Fix
try-catchsnippet (missing a$). - 🐛 🔧 vscode-powershell #4308 - Restore original settings after disabling ISE mode.
- ✨ 🚂 vscode-powershell #4301 - Bump engine to 1.67.0 and update panel graphics.
- ✨ 🛫 vscode-powershell #3226 - Rewrite
UpdatePowerShellfeature. - 🐛 🛫 vscode-powershell #3435 - Skip auto-update on unsupported Windows architectures.
- 🐛 🔧 vscode-powershell #4297 - Fix small bug with
powerShellDefaultVersionwarning. - ✨ 🔧 vscode-powershell #4129 - Show warning if
powerShellDefaultVersionis set but not found. - ✨ 📁 vscode-powershell #2153 - Fully support multi-root workspaces.
- 🐛 💭 vscode-powershell #4202 - Make
Logger.WriteLinethread-safe and fix bug with UNC paths. - ✨ 📟 vscode-powershell #4271 - Send shell integration setting to server.
PowerShellEditorServices v3.7.1
- 🐛 🚂 vscode-powershell #4212 - Fix
ShowHelpHandlerby running withRequiresForeground. - ✨ 👷 PowerShellEditorServices #1879 - Drop support for end-of-life PowerShell 7.0.
- ✨ 🛫 PowerShellEditorServices #1965 - Send
GitCommitIdoverGetVersionHandler. - 🐛 🛫 PowerShellEditorServices #1964 - Remove unnecessary
PowerShellProcessArchitecture. - 🐛 🚂 PowerShellEditorServices #1953 - Fix
IsExternalInitbug, re-enable tests, and update OmniSharp to v0.19.7. - 🐛 🙏 PowerShellEditorServices #1962 - Revert manual pin of Newtonsoft.Json.
- 🐛 📟 vscode-powershell #4279 - Replace backtick-e with
$([char]0x1b). - ✨ 📟 vscode-powershell #3901 - Enable VS Code's shell integration.
- 🐛 🔍 vscode-powershell #4269 - Escape single quotes when launching a script by path.
- ✨ 🚨 PowerShellEditorServices #1955 - Add PowerShell 7.3 to test matrix.