Skip to content

Commit

Permalink
Add intermediate progress report notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Oct 23, 2019
1 parent f561472 commit 582ff05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/ProgressSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ spec = describe "window/workDoneProgress" $ do

skipMany loggingNotification

_ <- message :: Session WorkDoneProgressCreateRequest
_ <- message :: Session WorkDoneProgressCreateRequest
_ <- message :: Session WorkDoneProgressBeginNotification
_ <- message :: Session WorkDoneProgressReportNotification
_ <- message :: Session WorkDoneProgressEndNotification

-- the hie-bios diagnostics
Expand Down

0 comments on commit 582ff05

Please sign in to comment.