We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b007349 commit ea3d655Copy full SHA for ea3d655
dhall-lsp-server/src/Dhall/LSP/Handlers.hs
@@ -641,7 +641,7 @@ cancelationHandler :: Handlers HandlerM
641
cancelationHandler =
642
LSP.notificationHandler SMethod_CancelRequest \_ -> return ()
643
644
--- this handler is a stab to prevent `lsp:no handler for:` messages.
+-- This handler is a stub to prevent `lsp:no handler for:` messages.
645
documentDidCloseHandler :: Handlers HandlerM
646
documentDidCloseHandler =
647
LSP.notificationHandler SMethod_TextDocumentDidClose \_ -> return ()
0 commit comments