Closed
Description
On LSP startup I get the following warning:
Microsoft.PowerShell.EditorServices.Logging.HostLoggerAdapter: The log level 'Diagnostic' is deprecated and will be removed in a future release. Please update your settings or command line options to use one of the following options: 'Trace', 'Debug', 'Information', 'Warning', 'Error', 'Critical'. |
Here's where the extension passes -LogLevel Diagnostic
zed-powershell/src/powershell.rs
Line 32 in 360e5d4
Looks like Diagnostic
was replaced with Trace
here
Metadata
Metadata
Assignees
Labels
No labels