Fix typo in string representation of GotoReference (#9395)

pull/9256/merge
Matthew Toohey 10 months ago committed by GitHub
parent 9c56afeff3
commit f5f08becef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -263,7 +263,7 @@ impl Display for LanguageServerFeature {
GotoDeclaration => "goto-declaration", GotoDeclaration => "goto-declaration",
GotoDefinition => "goto-definition", GotoDefinition => "goto-definition",
GotoTypeDefinition => "goto-type-definition", GotoTypeDefinition => "goto-type-definition",
GotoReference => "goto-type-definition", GotoReference => "goto-reference",
GotoImplementation => "goto-implementation", GotoImplementation => "goto-implementation",
SignatureHelp => "signature-help", SignatureHelp => "signature-help",
Hover => "hover", Hover => "hover",

Loading…
Cancel
Save