Skip to content

Commit 068d688

Browse files
Fix extraneous asdf in withProgress output
Problem: There is a `putStrLn "asdf"` that causes VSCode to fail when using `withProgress`. Solution: Remove offending line.
1 parent bf95cd9 commit 068d688

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lsp/src/Language/LSP/Server/Core.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@ withProgressBase indefinite title cancellable f = do
649649

650650
return res
651651
where updater progId (ProgressAmount percentage msg) = do
652-
liftIO $ putStrLn "asdf"
653652
sendNotification SProgress $ fmap Report $ ProgressParams progId $
654653
WorkDoneProgressReportParams Nothing msg percentage
655654

0 commit comments

Comments
 (0)