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 6763b67 commit 85d8292Copy full SHA for 85d8292
src/Server.hs
@@ -112,7 +112,8 @@ handlers =
112
notificationHandler SInitialized $ \_not -> pure (),
113
notificationHandler STextDocumentDidOpen $ \_not -> pure (),
114
notificationHandler STextDocumentDidSave $ \_not -> pure (),
115
- notificationHandler STextDocumentDidChange $ \_not -> pure ()
+ notificationHandler STextDocumentDidChange $ \_not -> pure (),
116
+ notificationHandler SCancelRequest $ \_not -> pure ()
117
-- -- syntax highlighting
118
-- , requestHandler STextD_cumentSemanticTokensFull $ \req responder -> do
119
-- result <- Handler.onHighlight (req ^. (params . textDocument . uri))
0 commit comments