We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a429ea commit bdb3808Copy full SHA for bdb3808
1 file changed
module/PowerShellEditorServices/Start-EditorServices.ps1
@@ -46,7 +46,7 @@ param(
46
[ValidateNotNullOrEmpty()]
47
$LogPath,
48
49
- [ValidateSet("Diagnostic", "Verbose", "Normal", "Warning", "Error")]
+ [ValidateSet(("Diagnostic", "Verbose", "Normal") + ("Trace", "Debug", "Information", "Warning", "Error", "Critical", "None"))]
50
$LogLevel,
51
52
0 commit comments