X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=example%2FMain.hs;fp=example%2FMain.hs;h=4dd268c907d8c96b8af2bee7b7eff27de2b2b4ad;hb=1f4a12c49be0cb8640d60c21f6499c5567646fba;hp=8080991051ec609e297498b6d491ef14470c76af;hpb=bd554ce2292b667f7870e9643a1107a81063a596;p=lsp-test.git diff --git a/example/Main.hs b/example/Main.hs index 8080991..4dd268c 100644 --- a/example/Main.hs +++ b/example/Main.hs @@ -9,7 +9,7 @@ import System.Environment main = do files <- getArgs - forM_ files $ \fp -> session $ do + forM_ files $ \fp -> manualSession $ do file <- liftIO $ canonicalizePath fp openDocument file symbols <- documentSymbols file