You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core file is written [here](https://github.com/haskell/haskell-language-server/blob/9593d04a76e024942981b1333bfb2558a6ae0dab/ghcide/src/Development/IDE/Core/Compile.hs#L532)
27
+
28
+
But this core-file-writing code path is only triggered when is called with `linkableType == Just BCOLinkable`.
29
+
30
+
In the case when we get the `GetLinkable` error, the `linkableType` is always `Nothing`.
0 commit comments