Fix typo in string representation of GotoReference (#9395)
This commit is contained in:
parent
9c56afeff3
commit
f5f08becef
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ impl Display for LanguageServerFeature {
|
|||
GotoDeclaration => "goto-declaration",
|
||||
GotoDefinition => "goto-definition",
|
||||
GotoTypeDefinition => "goto-type-definition",
|
||||
GotoReference => "goto-type-definition",
|
||||
GotoReference => "goto-reference",
|
||||
GotoImplementation => "goto-implementation",
|
||||
SignatureHelp => "signature-help",
|
||||
Hover => "hover",
|
||||
|
|
Loading…
Add table
Reference in a new issue