Skip to content

Commit

Permalink
Remove EventFileValidation (digital-asset#1579)
Browse files Browse the repository at this point in the history
We never actually emit this event so it’s pretty much useless. If we
do want to add progress reporting at some point, we should go with the
recently added official support for that in LSP
microsoft/language-server-protocol#70 (comment).
  • Loading branch information
cocreature authored and mergify[bot] committed Jun 11, 2019
1 parent 501a4a1 commit 1d3d46e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Development/IDE/Types/LSP.hs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,4 @@ data Event
-- resource @resource@ changed to @contents
-- NOTE(JM,MH): Keep the contents lazy as we rely on it in
-- 'manageOpenVRs'.
| EventFileValidation Int Int
-- ^ @EventFileValidation finishedValidations totalValidations @
-- How many validations have we finished of how many total.
deriving Show

0 comments on commit 1d3d46e

Please sign in to comment.