GHC 9.2.4 HLS 1.8 I write the following in a file: ```haskell foo = c2w ``` Expected behavior is a code action for importing `c2w` from `Data.ByteString.Internal`, instead I receive no hint...