Skip to content

Commit

Permalink
Add None to PsesLogLevel enum
Browse files Browse the repository at this point in the history
So that the extension can start when logging is disabled.

Fixes PowerShell/vscode-powershell#4735.
  • Loading branch information
andyleejordan committed Sep 13, 2023
1 parent 515deab commit 1dcb54d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public enum PsesLogLevel
Normal = 2,
Warning = 3,
Error = 4,
None = 5
}

/// <summary>
Expand Down

0 comments on commit 1dcb54d

Please sign in to comment.