Don't use exitServer in Replay
[lsp-test.git] / src / Language / Haskell / LSP / Test / Replay.hs
2019-07-20 Luke LauDon't use exitServer in Replay
2019-07-11 jneiraUse ProcessHandle in withServer to allow kill it by...
2019-07-10 jneiraExit the server and its listener properly
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 LauHide some internals
2018-08-01 Luke LauRename sendRequest to request, sendRequest' to sendRequest
2018-07-26 Luke LauMake ClientCapabilities a mandatory parameter
2018-07-10 Luke LauAdd getCompletions helper function
2018-07-07 Luke LauRemove superfluous Session handler
2018-07-02 Luke LauAdd nicer API
2018-06-28 Luke LauAdd config option to log stderr
2018-06-27 Luke LauAdd documentEdit and friends helper functions
2018-06-21 Luke LauAdd ReplayOutOfOrder exception and change function...
2018-06-20 Luke LauAdd SessionConfig
2018-06-15 Luke LauUpdate command uniquing to match hie
2018-06-14 Luke LauSwap out UUIDs based on process ID
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-08 Luke LauAdd test for failing replay
2018-06-08 Luke LauSwitch to conduit based parser
2018-06-06 Luke LauStart work on parser
2018-06-06 Luke LauRename recorded to replay