Remove leftover loggin
[lsp-test.git] / src / Language / Haskell / LSP / Test.hs
2018-07-11 Luke LauRemove leftover loggin
2018-07-11 Luke LauFix opening new documents regression
2018-07-11 Luke LauReexport modules via cabal
2018-07-10 Luke LauAdd getCompletions helper function
2018-07-10 Luke LauAdd applyEdit and getVersionedDoc helpers
2018-07-09 Luke LauTidy up and remove redundant classes and tests
2018-07-08 Luke LauAdd withTimeout
2018-07-07 Luke LauRemove superfluous Session handler
2018-07-02 Luke LauAdd more helpers for code actions and commands
2018-07-02 Luke LauAdd nicer API
2018-06-29 Luke LauLog session messages, don't know why it was ever a...
2018-06-28 Luke LauAdd config option to log stderr
2018-06-28 Luke LauFix VFS when receiving plain document changes (not...
2018-06-27 Luke LauAdd getDiagnostics
2018-06-27 Luke LauAdd documentEdit and friends helper functions
2018-06-22 Luke LauRemove dependency on process-1.6.3
2018-06-20 Luke LauAdd SessionConfig
2018-06-20 Luke LauClose VFS when needed
2018-06-20 Luke LauMerge branch 'master' of https://github.com/Bubba/haske...
2018-06-20 Luke LauHandle text document change events with VFS
2018-06-20 Luke LauAdd option to configure capabilities
2018-06-16 Luke LauAdd test for document change tracking
2018-06-14 Luke LauSwap out UUIDs based on process ID
2018-06-13 Luke LauChange runSession return result from passed session...
2018-06-12 Luke LauAdd getInitializeResponse
2018-06-11 Luke LauAdd javascript langserver testing
2018-06-11 Luke LauChange server filepath to a command to run
2018-06-11 Luke LauMerge branch 'master' of https://github.com/Bubba/haske...
2018-06-11 Luke LauAdd argument for server executable
2018-06-09 Luke LauKill forked threads
2018-06-09 Luke LauAllow message types to be infered
2018-06-09 Luke LauFix embarassing error with publishDiagnosticsNotification
2018-06-08 Luke LauAdd publishDiagnosticsNotification
2018-06-08 Luke LauAdd openDoc convenience function
2018-06-08 Luke LauSwitch to conduit based parser
2018-06-07 Luke LauIntegrate Parsec transformer into Session monad
2018-06-06 Luke LauStart work on parser
2018-06-06 Luke LauRename recorded to replay
2018-06-06 Luke LauUpdate recorded playback to build upon new session
2018-06-05 Luke LauUpdate documentation
2018-06-05 Luke LauAdd manual session testing
2018-06-05 Luke LauStart work adding the session monad for replays
2018-05-16 Luke LauInitial commit