v2021.12.0-preview
Monday, December 20, 2021
vscode-powershell
We're hard at work continuing to improve the stability and coverage of the PowerShell
Preview so we can bring the updates to the regular extension. Most recently we got the unit tests
covering the debugger back online, which revealed a bug in the ability to set variables
through the debugger. We're continuing to work to resolve this and re-enable the rest of
our tests. Please keep using the Preview if you're able and filing bug reports, we
appreciate it!
- 🐛 🔍 vscode-powershell #3713 - Support debugging without a workspace.
- 🐛 📺 vscode-powershell #3709 - Fix
EnableISEMode
for Azure Data Studio.
PowerShellEditorServices
- 🐛 🚂 vscode-powershell #3718 - Create
$psEditor
as a constant. - #️⃣ 🙏 PowerShellEditorServices #1641 - Added check to see if
PSModulePath
already containedBundledModulePath
. (Thanks @dkattan!) - #️⃣ 🙏 PowerShellEditorServices #1640 - Implemented
-LanguageServiceOnly
switch. (Thanks @dkattan!) - 🐛 🛫 PowerShellEditorServices #1638 - Fix
BundledModulePath
and PSReadLine loading (redux). - 🐛 🔍 PowerShellEditorServices #1635 - Re-enable
DebugServiceTests
suite.