- Add support for lsp-types-1.1 (@wz1000)
- Automatically respond to
workspace/applyEdit
andwindow/workDoneProgress/create
messages (@wz1000)
- Add
getIncompleteProgressSessions
to track ongoing progress sessions (@wz1000)
- Replace
openDoc'
withcreateDoc
which now sendsworkspace/didChangeWatchedFiles
notifications if the server has registered for it - Add
getRegisteredCapabilities
- Build with new haskell-lsp-0.22
- Bump constraints for new haskell-lsp
- Bump constraints for new haskell-lsp
- Account for messages received between the initialize request and response. (Though it will throw an exception if the message received is an illegal one)
- Add
ignoreLogNotifications
config option - Add ability to override
logStdErr
andlogMessages
config options with theLSP_TEST_LOG_STDERR
andLOG_TEST_LOG_MESSAGES
environment variables - Update for haskell-lsp-0.19.0.0 (@mpickering)
- Expose
satisfyMaybe
(@cocreature)
- Update to haskell-lsp-0.18.0.0 (@mpickering, @alanz)
- Tests now require hie-bios based hie
- Make
Session
a newtype - Update for haskell-lsp-0.17.0.0 (@cocreature)
- Update for haskell-lsp-0.16.0.0
- Add
satisfyMaybe
(@cocreature)
- Update to haskell-lsp-0.15.0.0 (@lorenzo)
- Fix
getDefinitions
for SingleLoc (@cocreature) - Add
getCodeLenses
(@cocreature)
- Update to haskell-lsp-0.14.0.0 (@cocreature)
- Support
TextDocumentDidChange
(@cocreature) - Add non-file based
openDoc
(@cocreature)
- Add
satisfy
parser combinator
- Fix unhandled
window/progress
server notifications
- Add getTypeDefinitions (@fendor)
- Fix loose threads when exceptions are thrown
- Add lspConfig option in config
- GHC 8.6.2 support
- Update to haskell-lsp-0.8.0.0
- Update to haskell-lsp-0.7.0.0
- Add getCodeActions
- Add getCurrentDiagnostics
- Update to haskell-lsp 0.6.0.0