Pretty print message trace
[lsp-test.git] / src / Language / Haskell / LSP / Test / Session.hs
2018-07-26 Luke LauPretty print message trace
2018-07-26 Luke LauMake ClientCapabilities a mandatory parameter
2018-07-17 Luke LauAdd formatDoc and formatRange
2018-07-11 Luke LauFix opening new documents regression
2018-07-10 Luke LauAdd getCompletions helper function
2018-07-10 Luke LauRemove unecessary haskell-lsp-types dependency
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-28 Luke LauCorrect VFS behaviour
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 documentEdit and friends helper functions
2018-06-22 Luke LauRemove dependency on process-1.6.3
2018-06-21 Luke LauAdd ReplayOutOfOrder exception and change function...
2018-06-21 Luke LauAdd unexpected message exception
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-14 Luke LauSwap out UUIDs based on process ID