redundant parameter
This commit is contained in:
parent
7ac8aef519
commit
3a05d154d9
@ -25,7 +25,7 @@ initHandler = notificationHandler SMethod_Initialized $ \_ -> pure ()
|
||||
serverDefinition :: LSPState -> ServerDefinition LSPState
|
||||
serverDefinition context =
|
||||
ServerDefinition
|
||||
{ parseConfig = \c v -> Right c
|
||||
{ parseConfig = \c _ -> Right c
|
||||
, onConfigChange = const $ pure ()
|
||||
, defaultConfig = context
|
||||
, configSection = "demo"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user