nix-shell
:cd
to your code directory, then run code .
, for example:Program error: GHC Core to PLC plugin: E043:Error: Reference to a name which is not a local, a builtin, or an external...
ghcide compiled against GHC 8.10.3 but currently using 8.10.2.20201118
Hey, been fighting with an issue during the day related to MacOS and HLS (haskell language server), so I thought I'd drop the solution here in case anyone else is experiencing the same thing: On MacOS Catalina (maybe other versions as well), if HLS is not dynamically linked, it crashes when working with files that contain template haskell (which incidentally all plutus smart contracts do). This error manifests itself by stating:The Haskell (<proj>) server crashed 5 times in the last 3 minutes. The server will not be restarted.
in the editor (in my case vim). In order to get rid of this issue HLS has to be built from source with dynamic linking enabled, see the following comment for more info: https://github.com/haskell/haskell-language-server/issues/1160#issuecomment-756566273