File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lsp-types/src/Language/LSP/Types Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ instance FromJSON SomeClientMethod where
320
320
parseJSON (A. String " textDocument/rename" ) = pure $ SomeClientMethod STextDocumentRename
321
321
parseJSON (A. String " textDocument/prepareRename" ) = pure $ SomeClientMethod STextDocumentPrepareRename
322
322
parseJSON (A. String " textDocument/foldingRange" ) = pure $ SomeClientMethod STextDocumentFoldingRange
323
- parseJSON (A. String " textDocument/selectionRange" ) = pure $ SomeClientMethod STextDocumentFoldingRange
323
+ parseJSON (A. String " textDocument/selectionRange" ) = pure $ SomeClientMethod STextDocumentSelectionRange
324
324
parseJSON (A. String " textDocument/prepareCallHierarchy" ) = pure $ SomeClientMethod STextDocumentPrepareCallHierarchy
325
325
parseJSON (A. String " callHierarchy/incomingCalls" ) = pure $ SomeClientMethod SCallHierarchyIncomingCalls
326
326
parseJSON (A. String " callHierarchy/outgoingCalls" ) = pure $ SomeClientMethod SCallHierarchyOutgoingCalls
You can’t perform that action at this time.
0 commit comments