Add getCompletions helper function
[lsp-test.git] / haskell-lsp-test.cabal
2018-07-10 Luke LauRemove unecessary haskell-lsp-types dependency
2018-07-09 Luke LauTidy up and remove redundant classes and tests
2018-07-02 Luke LauAdd nicer API
2018-06-29 Luke LauLog session messages, don't know why it was ever a...
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 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-15 Luke LauUpdate command uniquing to match hie
2018-06-14 Luke LauAdd process version constraint
2018-06-14 Luke LauSwap out UUIDs based on process ID
2018-06-09 Luke LauFix embarassing error with publishDiagnosticsNotification
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-05 Luke LauAdd manual session testing
2018-05-29 Luke LauCurrent non-working version of file parsing
2018-05-27 Luke LauStart swapping file URLs with JSON parsing
2018-05-22 Luke LauStart work on swapping out files
2018-05-20 Luke LauAdd tests
2018-05-18 Luke LauAdd recorded playback
2018-05-16 Luke LauInitial commit