In my usethetypes videos, I demonstrate how to use Intero and ghcid with VSCode. However, I always forget the magical commands to run. I summarize them below. These commands should be run from within your project directory, alongside your stack.yaml
and .cabal
files:
stack build intero
stack build --copy-compiler-tool ghcid
Content © 2024 Richard Cook. All rights reserved.