From dc87898adc099614bef0736540acb3b956d7bfbb Mon Sep 17 00:00:00 2001 From: David Wengier Date: Wed, 11 Sep 2024 16:33:02 +1000 Subject: [PATCH] Update comment These two methods have diverged so I don't honestly know if this is valuable, but updating a comment seems easy enough. --- .../Handler/Diagnostics/AbstractPullDiagnosticHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VisualStudio/Xaml/Impl/Implementation/LanguageServer/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs b/src/VisualStudio/Xaml/Impl/Implementation/LanguageServer/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs index 41c1810ca2b94..55843ca0bfac0 100644 --- a/src/VisualStudio/Xaml/Impl/Implementation/LanguageServer/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs +++ b/src/VisualStudio/Xaml/Impl/Implementation/LanguageServer/Handler/Diagnostics/AbstractPullDiagnosticHandler.cs @@ -161,7 +161,7 @@ private static LSP.DiagnosticSeverity ConvertDiagnosticSeverity(XamlDiagnosticSe /// /// If you make change in this method, please also update the corresponding file in - /// src\Features\LanguageServer\Protocol\Handler\Diagnostics\AbstractPullDiagnosticHandler.cs + /// src\\LanguageServer\Protocol\Extensions\ProtocolConversions.Diagnostics.cs /// private static DiagnosticTag[] ConvertTags(XamlDiagnostic diagnostic) {