v2.4.8
v2.4.8
Thursday, August 19, 2021
- π π« PowerShellEditorServices #1547 - Fix creation of
InitialSessionState
to useCreateDefault2()
. - β¨ π· PowerShellEditorServices #1544 - Explicitly disable implicit namespace imports.
- β¨ π· PowerShellEditorServices #1545 - Make
dotnet test
arguments configurable. - π β±οΈ vscode-powershell #3410 - Add regression test for
System.Windows.Forms
bug. - π π· PowerShellEditorServices #1541 - Update C# language version to 10.0 to fix bug with .NET SDK 6 Preview 7.
- π π¨ PowerShellEditorServices #1442 - Fix tests in
Debugging/DebugServiceTests.cs
and simplify faulty script path logic. - β¨ π PowerShellEditorServices #1532 - Make
ExecuteCommandAsync
cancellable .