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 5ee9e28 commit 694be55Copy full SHA for 694be55
hls-plugin-api/src/Ide/Types.hs
@@ -235,7 +235,7 @@ newtype PluginHandler a (m :: Method FromClient Request)
235
= PluginHandler (PluginId -> a -> MessageParams m -> LspM Config (NonEmpty (Either ResponseError (ResponseResult m))))
236
237
newtype PluginNotificationHandler a (m :: Method FromClient Notification)
238
- = PluginNotificationHandler (PluginId -> a -> MessageParams m -> LspM Config (NonEmpty ()))
+ = PluginNotificationHandler (PluginId -> a -> MessageParams m -> LspM Config ())
239
-- newtype PluginNotificationHandler a (m :: Method FromClient Notification)
240
-- = PluginNotificationHandler (PluginNotificationMethodHandler a m)`
241
0 commit comments