Skip to content

Commit 92e0f31

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/Start-EditorServices.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ param(
4444
[ValidateNotNullOrEmpty()]
4545
$LogPath,
4646

47-
[ValidateSet("Normal", "Verbose", "Error")]
47+
[ValidateSet("Normal", "Verbose", "Error","Diagnostic")]
4848
$LogLevel,
4949

5050
[switch]
@@ -191,4 +191,4 @@ catch [System.Exception] {
191191
}
192192

193193
Write-Error ("`r`nCaught error while waiting for EditorServicesHost to complete:`r`n" + $errorString)
194-
}
194+
}

0 commit comments

Comments
 (0)