We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e8df7 commit ef04cd6Copy full SHA for ef04cd6
tools/PsesLogAnalyzer/Analyze.ps1
@@ -43,7 +43,7 @@ function Get-PsesRpcNotificationMessage {
43
}
44
45
function Get-PsesRpcMessageResponseTime {
46
- [CmdletBinding(DefaultParameterSetName="Path")]
+ [CmdletBinding(DefaultParameterSetName = "PsesLogEntry")]
47
param(
48
# Specifies a path to one or more PSES EditorServices log files.
49
[Parameter(Mandatory=$true, Position=0, ParameterSetName="Path")]
0 commit comments