Export satisfy
[lsp-test.git] / src / Language / Haskell / LSP / Test / Session.hs
2019-04-28 Luke LauExport satisfy 0.5.2.0
2018-12-05 Luke LauBubble up exceptions thrown on server listener thread
2018-12-05 Luke LauProperly terminate server handler thread on exceptions
2018-11-12 Luke LauFix tests on travis travis 0.5.0.0
2018-11-12 Luke LauFix redundant imports
2018-11-12 Luke LauMerge branch 'master' of https://github.com/Bubba/lsp...
2018-11-12 Luke LauAdd lspConfig option
2018-11-12 Luke LauMerge pull request #25 from alanz/ghc-8.6-constraint
2018-11-11 Alan ZimmermanAdd MonadFail constraint for GHC 8.6.1
2018-10-31 Luke LauMerge pull request #22 from jhrcek/typo
2018-10-30 Jan HrčekFix haddock
2018-09-08 Luke LauUpgrade to haskell-lsp 0.8.0.0
2018-09-03 Luke LauUpdate to haskell-lsp-0.7
2018-08-01 Luke LauComplete documentation and update .cabal
2018-08-01 Luke LauRename sendRequest to request, sendRequest' to sendRequest
2018-07-31 Luke LauAdd LSPVersion and capsForVersion
2018-07-30 Luke LauAdd logColor config option
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