Skip to content

Commit

Permalink
Update dhall-lsp-server/src/Dhall/LSP/Handlers.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat authored Oct 31, 2024
1 parent b007349 commit ea3d655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhall-lsp-server/src/Dhall/LSP/Handlers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ cancelationHandler :: Handlers HandlerM
cancelationHandler =
LSP.notificationHandler SMethod_CancelRequest \_ -> return ()

-- this handler is a stab to prevent `lsp:no handler for:` messages.
-- This handler is a stub to prevent `lsp:no handler for:` messages.
documentDidCloseHandler :: Handlers HandlerM
documentDidCloseHandler =
LSP.notificationHandler SMethod_TextDocumentDidClose \_ -> return ()
Expand Down

0 comments on commit ea3d655

Please sign in to comment.