mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-17 15:11:41 +03:00
Remove EventFileValidation (#1579)
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 https://github.com/Microsoft/language-server-protocol/issues/70#issuecomment-483252666.
This commit is contained in:
parent
501a4a1b9f
commit
1d3d46ea76
@ -49,7 +49,4 @@ data Event
|
|||||||
-- resource @resource@ changed to @contents
|
-- resource @resource@ changed to @contents
|
||||||
-- NOTE(JM,MH): Keep the contents lazy as we rely on it in
|
-- NOTE(JM,MH): Keep the contents lazy as we rely on it in
|
||||||
-- 'manageOpenVRs'.
|
-- 'manageOpenVRs'.
|
||||||
| EventFileValidation Int Int
|
|
||||||
-- ^ @EventFileValidation finishedValidations totalValidations @
|
|
||||||
-- How many validations have we finished of how many total.
|
|
||||||
deriving Show
|
deriving Show
|
||||||
|
Loading…
Reference in New Issue
Block a user