You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
On LSP startup I get the following warning:
Here's where the extension passes
-LogLevel Diagnostic
zed-powershell/src/powershell.rs
Line 32 in 360e5d4
Looks like
Diagnostic
was replaced withTrace
hereThe text was updated successfully, but these errors were encountered: