We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ecb75 commit 6f45703Copy full SHA for 6f45703
scripts/Start-EditorServices.ps1
@@ -44,7 +44,7 @@ param(
44
[ValidateNotNullOrEmpty()]
45
$LogPath,
46
47
- [ValidateSet("Normal", "Verbose", "Error")]
+ [ValidateSet("Normal", "Verbose", "Error", "Diagnostic")]
48
$LogLevel,
49
50
[Parameter(Mandatory=$true)]
0 commit comments