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 0ca285e commit 8deb61bCopy full SHA for 8deb61b
lsp-test/src/Language/LSP/Test/Session.hs
@@ -316,7 +316,7 @@ updateStateC = awaitForever $ \msg -> do
316
sendMessage $ TResponseMessage "2.0" (Just $ r ^. L.id) (Right $ ApplyWorkspaceEditResult True Nothing Nothing)
317
FromServerMess SMethod_WorkspaceConfiguration r -> do
318
let requestedSections = mapMaybe (\i -> i ^? L.section . _Just) $ r ^. L.params . L.items
319
- o <- curLspConfig <$> get @SessionState
+ let o = curLspConfig state
320
-- check for each requested section whether we have it
321
let configsOrErrs = (flip fmap) requestedSections $ \section ->
322
case o ^. at (fromString $ T.unpack section) of
0 commit comments