Releases: PowerShell/PowerShellEditorServices
Releases · PowerShell/PowerShellEditorServices
v2.5.2
v2.5.2
Monday, October 18, 2021
- ✨ 👷 PowerShellEditorServices #1589 - Remove
BinClean
dependency from build task. (Thanks @JustinGrote!) - #️⃣ 🙏 PowerShellEditorServices #1585 - Setting to Disable Pester Code Lens. (Thanks @JustinGrote!)
- #️⃣ 🙏 PowerShellEditorServices #1578 - Fix typo in comments. (Thanks @glennsarti!)
v2.5.1
v2.5.1
Tuesday, September 07, 2021
- 🐛 📟 PowerShellEditorServices #840 - Implement
LengthInBufferCells
to fix ANSI formatting. (Thanks @SeeminglyScience!) - ✨ 🔍 vscode-powershell #3522 - Send
stopDebugger
notification when appropriate. - 🐛 🔍 vscode-powershell #3537 - Fix bug with
ExecuteScriptWithArgsAsync
whenscript
is a command.
v2.5.0
v2.5.0
Monday, August 30, 2021
- ✨ 🕵️ PowerShellEditorServices #1562 - Pin PSScriptAnalyzer to
1.20.0
, Plaster to1.1.3
and PSReadLine to2.1.0
.
v2.4.9
v2.4.9
Monday, August 23, 2021
- 🐛 🔍 vscode-powershell #3513 - Fix debugger regression where console needed input to start/continue.
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 .
v2.4.7
v2.4.7
Tuesday, August 03, 2021
- ✨ 🔍 PowerShellEditorServices #1533 - Enable and fix many .NET Code Analysis warnings.
- ✨ 👷 PowerShellEditorServices #1530 - Update release and CI pipelines.
- ✨ 👷 PowerShellEditorServices #1528 - Automate entire release process.
- ✨ 🛫 PowerShellEditorServices #1527 - Add stack trace to resolve event handler on debug.
- ✨ 🛫 PowerShellEditorServices #1523 - Initialize runspaces with
InitialSessionState
object.
v2.4.6
v2.4.6
Tuesday, July 13, 2021
- ✨ 🚨 PowerShellEditorServices #1522 - Run new PSReadLine test on Windows.
- ✨ 📖 PowerShellEditorServices #1519 - Update README.md. (Thanks @vladdoster!)
- ✨ 🙏 PowerShellEditorServices #1493 - Load only bundled
PSReadLine
. - 🐛 👷 PowerShellEditorServices #1513 - Import
InvokePesterStub.ps1
fromvscode-powershell
(with history). - 🐛 🛫 PowerShellEditorServices #1503 - Handle
incomingSettings
andprofileObject
being null. (Thanks @dkattan!)
v2.4.5
v2.4.4
v2.4.4
Wednesday, June 16, 2021
- 🐛 PowerShellEditorServices #1495 - Prevent some exceptions.
- #️⃣ 🙏 vscode-powershell #3395 - Work around
dotnet publish
bug.
v2.4.3
v2.4.3
Wednesday, May 26, 2021
This stable release includes all the changes in the previews since v2.3.0, plus the following:
- ✨👷 PowerShellEditorServices #1491 - Bump OmniSharp to
v0.19.2
. - 🧠🐛 vscode-powershell #715 - Fix unintentional module import. (Thanks @MartinGC94!)
The most significant change is the update to OmniSharp v0.19.2, from the previous version v0.18.3, released in November 2020. OmniSharp is the underlying Language Server Protocol and Debug Adapter Protocol server library, and as such is our biggest dependency. This update brings us to the LSP 3.16 and DAP 1.48.x specifications, enabling us to start incorporating all the latest LSP changes, and it includes numerous bug fixes and enhancements resulting in a faster and more stable server and extension experience.