Skip to content

Commit 01b1a14

Browse files
kamilkosekdaviwil
authored andcommitted
Add "Diagnostic" to ValidateSet for LogLevel
1 parent 92e0f31 commit 01b1a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/PowerShellEditorServices/PowerShellEditorServices.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function Start-EditorServicesHost {
4949
[ValidateNotNullOrEmpty()]
5050
$LogPath,
5151

52-
[ValidateSet("Normal", "Verbose", "Error")]
52+
[ValidateSet("Normal", "Verbose", "Error", "Diagnostic")]
5353
$LogLevel = "Normal",
5454

5555
[switch]

0 commit comments

Comments
 (0)