File tree 1 file changed +17
-0
lines changed 1 file changed +17
-0
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
You can’t perform that action at this time.
0 commit comments