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-catch
snippet (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
UpdatePowerShell
feature. - 🐛 🛫 vscode-powershell #3435 - Skip auto-update on unsupported Windows architectures.
- 🐛 🔧 vscode-powershell #4297 - Fix small bug with
powerShellDefaultVersion
warning. - ✨ 🔧 vscode-powershell #4129 - Show warning if
powerShellDefaultVersion
is set but not found. - ✨ 📁 vscode-powershell #2153 - Fully support multi-root workspaces.
- 🐛 💭 vscode-powershell #4202 - Make
Logger.WriteLine
thread-safe and fix bug with UNC paths. - ✨ 📟 vscode-powershell #4271 - Send shell integration setting to server.
PowerShellEditorServices v3.7.1
- 🐛 🚂 vscode-powershell #4212 - Fix
ShowHelpHandler
by running withRequiresForeground
. - ✨ 👷 PowerShellEditorServices #1879 - Drop support for end-of-life PowerShell 7.0.
- ✨ 🛫 PowerShellEditorServices #1965 - Send
GitCommitId
overGetVersionHandler
. - 🐛 🛫 PowerShellEditorServices #1964 - Remove unnecessary
PowerShellProcessArchitecture
. - 🐛 🚂 PowerShellEditorServices #1953 - Fix
IsExternalInit
bug, 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.