Skip to content

Commit

Permalink
Order of TH splices will matter more with the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Aug 12, 2020
1 parent 71e4b5e commit c2421c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1181,8 +1181,8 @@ instance A.FromJSON WatchKind where
| otherwise = mempty
parseJSON _ = mempty

deriveJSON lspOptions ''DidChangeWatchedFilesRegistrationOptions
deriveJSON lspOptions ''FileSystemWatcher
deriveJSON lspOptions ''DidChangeWatchedFilesRegistrationOptions

-- ---------------------------------------------------------------------
{-
Expand Down

0 comments on commit c2421c9

Please sign in to comment.