File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
module/PowerShellEditorServices Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11# PowerShell Editor Services Release History
22
3+ ## v2.4.3
4+ ### Wednesday, May 26, 2021
5+
6+ This stable release includes all the changes in the previews since v2.3.0, plus the following:
7+
8+ - ✨👷 [ PowerShellEditorServices #1491 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1491 ) - Bump OmniSharp to ` v0.19.2 ` .
9+ - 🧠🐛 [ vscode-powershell #715 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1484 ) - Fix unintentional module import. (Thanks @MartinGC94 !)
10+
11+ The most significant change is the update to [ OmniSharp
12+ v0.19.2] ( https://github.com/OmniSharp/csharp-language-server-protocol/releases/tag/v0.19.2 ) ,
13+ from the previous version v0.18.3, released in November 2020. OmniSharp is the underlying
14+ Language Server Protocol and Debug Adapter Protocol server library, and as such is our
15+ biggest dependency. This update brings us to the LSP 3.16 and DAP 1.48.x specifications,
16+ enabling us to start incorporating all the latest LSP changes, and it includes numerous
17+ bug fixes and enhancements resulting in a faster and more stable server and extension
18+ experience.
19+
320## v2.4.2-preview.1
421### Friday, May 21, 2021
522
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >2.4.2 </VersionPrefix >
4- <VersionSuffix >preview.1 </VersionSuffix >
3+ <VersionPrefix >2.4.3 </VersionPrefix >
4+ <VersionSuffix ></VersionSuffix >
55 <Company >Microsoft</Company >
66 <Copyright >© Microsoft Corporation.</Copyright >
77 <LangVersion >9.0</LangVersion >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core')
1919 }
2020
2121# Version number of this module.
22- ModuleVersion = ' 2.4.2 '
22+ ModuleVersion = ' 2.4.3 '
2323
2424# ID used to uniquely identify this module
2525GUID = ' 9ca15887-53a2-479a-9cda-48d26bcb6c47'
You can’t perform that action at this time.
0 commit comments