Skip to content

Commit e37817f

Browse files
Copilotdibarbet
andcommitted
Update LSP command handler names to exact requested values
Co-authored-by: dibarbet <[email protected]>
1 parent 84c9fbe commit e37817f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EditorFeatures/Core/Extensibility/Commands/PredefinedCommandHandlerNames.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ internal static class PredefinedCommandHandlerNames
195195
/// <summary>
196196
/// Command handler name for LSP Go To Definition.
197197
/// </summary>
198-
public const string LspGoToDefinition = "LSP Go To Definition Command Handler";
198+
public const string LspGoToDefinition = "LSP GoToDefinitionCommandHandler";
199199

200200
/// <summary>
201201
/// Command handler name for LSP Find References.
202202
/// </summary>
203-
public const string LspFindReferences = "LSP Find References Command Handler";
203+
public const string LspFindReferences = "LSP FindReferenceCommandHandler";
204204
}

0 commit comments

Comments
 (0)