You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diagnosticMessages.Add(newDiagnosticMessage(DiagnosticMessageSource.Merge,$"Parameter {pName} has no description in the help.",DiagnosticSeverity.Warning,"TryGetMergedParameters",-1));
diagnosticMessages.Add(newDiagnosticMessage(DiagnosticMessageSource.Merge,$"Parameter {pName} has the different description in the help and the command. Concatinating.",DiagnosticSeverity.Information,"TryGetMergedParameters",-1));
0 commit comments