File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
3
+ ## v2.2.0-preview.3
4
+ ### Monday, June 01, 2020
5
+
6
+ - 🚂✨ [ PowerShellEditorServices #1301 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1301 ) -
7
+ Fix ` AddLanguageProtocolLogging ` OmniSharp breaking change.
8
+ - 🚨✨ [ PowerShellEditorServices #1298 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1298 ) -
9
+ Remove leftover csproj reference to already removed project in test project PowerShellEditorServices.Test.Host.csproj. (Thanks @bergmeister !)
10
+ - 🚂✨ [ PowerShellEditorServices #1300 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1300 ) -
11
+ Address breaking changes in Omnisharp lib and depend on ` DocumentUri ` more.
12
+ - 🚂✨ [ PowerShellEditorServices #1291 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1291 ) -
13
+ Depend on ` DocumentUri ` for handing vscode ` Uri ` 's.
14
+ - 🧠✨ [ vscode-powershell #2706 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1294 ) -
15
+ Support ` completionItem/resolve ` request for comparison operators to show tooltip information.
16
+
3
17
## v2.2.0-preview.2
4
18
### Wednesday, May 13, 2020
5
19
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<VersionPrefix >2.2.0</VersionPrefix >
4
- <VersionSuffix >preview.2 </VersionSuffix >
4
+ <VersionSuffix >preview.3 </VersionSuffix >
5
5
<Company >Microsoft</Company >
6
6
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
7
7
<PackageTags >PowerShell;editor;development;language;debugging</PackageTags >
You can’t perform that action at this time.
0 commit comments