-
Notifications
You must be signed in to change notification settings - Fork 6
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
let command = format!("Import-Module (Join-Path '{bundle_path}' 'PowerShellEditorServices/PowerShellEditorServices.psd1'); Start-EditorServices -Stdio -SessionDetailsPath '{bundle_path}/powershell-es.session.json' -LogPath '{bundle_path}/logs' -FeatureFlags @() -AdditionalModules @() -HostName zed -HostProfileId 0 -HostVersion 1.0.0 -LogLevel Diagnostic"); |
Looks like Diagnostic
was replaced with Trace
here
Metadata
Metadata
Assignees
Labels
No labels