Skip to content

Commit 1dcb54d

Browse files
committed
Add None to PsesLogLevel enum
So that the extension can start when logging is disabled. Fixes PowerShell/vscode-powershell#4735.
1 parent 515deab commit 1dcb54d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PowerShellEditorServices.Hosting/Configuration/HostLogger.cs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public enum PsesLogLevel
2626
Normal = 2,
2727
Warning = 3,
2828
Error = 4,
29+
None = 5
2930
}
3031

3132
/// <summary>

0 commit comments

Comments
 (0)