File tree 3 files changed +16
-2
lines changed
src/PowerShellEditorServices/Server
3 files changed +16
-2
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 >
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public async Task StartAsync()
67
67
. AddPsesLanguageServices ( _hostDetails ) )
68
68
. ConfigureLogging ( builder => builder
69
69
. AddSerilog ( Log . Logger )
70
- . AddLanguageServer ( _minimumLogLevel )
70
+ . AddLanguageProtocolLogging ( _minimumLogLevel )
71
71
. SetMinimumLevel ( _minimumLogLevel ) )
72
72
. WithHandler < PsesWorkspaceSymbolsHandler > ( )
73
73
. WithHandler < PsesTextDocumentHandler > ( )
You can’t perform that action at this time.
0 commit comments