File tree 3 files changed +20
-3
lines changed
module/PowerShellEditorServices
3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
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
+
3
20
## v2.4.2-preview.1
4
21
### Friday, May 21, 2021
5
22
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >2.4.2 </VersionPrefix >
4
- <VersionSuffix >preview.1 </VersionSuffix >
3
+ <VersionPrefix >2.4.3 </VersionPrefix >
4
+ <VersionSuffix ></VersionSuffix >
5
5
<Company >Microsoft</Company >
6
6
<Copyright >© Microsoft Corporation.</Copyright >
7
7
<LangVersion >9.0</LangVersion >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core')
19
19
}
20
20
21
21
# Version number of this module.
22
- ModuleVersion = ' 2.4.2 '
22
+ ModuleVersion = ' 2.4.3 '
23
23
24
24
# ID used to uniquely identify this module
25
25
GUID = ' 9ca15887-53a2-479a-9cda-48d26bcb6c47'
You can’t perform that action at this time.
0 commit comments