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 :: LSPState -> ServerDefinition LSPState
|
||||||
serverDefinition context =
|
serverDefinition context =
|
||||||
ServerDefinition
|
ServerDefinition
|
||||||
{ parseConfig = \c v -> Right c
|
{ parseConfig = \c _ -> Right c
|
||||||
, onConfigChange = const $ pure ()
|
, onConfigChange = const $ pure ()
|
||||||
, defaultConfig = context
|
, defaultConfig = context
|
||||||
, configSection = "demo"
|
, configSection = "demo"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user