File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
ghcide/src/Development/IDE/GHC/Compat
plugins/hls-class-plugin/src/Ide/Plugin/Class Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -496,6 +496,7 @@ module Development.IDE.GHC.Compat.Core (
496
496
# if !MIN_VERSION_ghc(9,5,0)
497
497
field_label ,
498
498
#endif
499
+ groupOrigin ,
499
500
) where
500
501
501
502
import qualified GHC
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ codeLens state plId CodeLensParams{..} = pluginResponse $ do
101
101
-- that are nonsense for displaying code lenses.
102
102
--
103
103
-- See https://github.com/haskell/haskell-language-server/issues/3319
104
- | not $ isGenerated (matchOrigin fun_matches)
104
+ | not $ isGenerated (groupOrigin fun_matches)
105
105
-> Just $ L l fun_id
106
106
_ -> Nothing
107
107
-- Existed signatures' name
You can’t perform that action at this time.
0 commit comments