Update recorded playback to build upon new session
[lsp-test.git] / example / Recorded.hs
index 5d7cac1b946e0264a51e8aa27e1c4ad060fd888d..e9b16210be6297f6989cae63f096a7dd7e1ef564 100644 (file)
@@ -3,10 +3,4 @@ import           System.Directory
 import           System.Environment
 import           Control.Monad.IO.Class
 
-main = do
-  sessionFile <- (head <$> getArgs) >>= canonicalizePath
-  replay sessionFile $ do
-    x <- sendNextRequest
-    liftIO $ print x
-    y <- sendNextRequest
-    liftIO $ print y
\ No newline at end of file
+main = undefined
\ No newline at end of file