We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721745f commit d8cf59cCopy full SHA for d8cf59c
module/PowerShellEditorServices/Start-EditorServices.ps1
@@ -46,7 +46,7 @@ param(
46
[ValidateNotNullOrEmpty()]
47
$LogPath,
48
49
- [ValidateSet("Diagnostic", "Normal", "Verbose", "Error")]
+ [ValidateSet("Diagnostic", "Verbose", "Normal", "Warning", "Error")]
50
$LogLevel,
51
52
[Parameter(Mandatory=$true)]
0 commit comments