Skip to content

Commit

Permalink
clarify what setting haskell.plugin.fourmolu.config.external to true …
Browse files Browse the repository at this point in the history
…does
  • Loading branch information
spatten committed Oct 27, 2023
1 parent 5a4e7e6 commit 83afc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ If you installed HLS in the old, complicated way, you can safely remove it. HLS

You should also set the `FOSSA_SKIP_EMBED_FILE_IN_HLS` environment variable for HLS. This prevents HLS from embedding binaries, which helps to avoid a giant memory footprint for HLS.

You can also tell the Fourmolu plugin to use an external config. This ensures that it picks up our `fourmolu.yaml` file.
You can also tell the Fourmolu plugin to use an external config. This will tell the language server to use an external executable that you've installed, which ensures that it picks up our `fourmolu.yaml` file.

In VSCode, this is done by adding this to your `settings.json`:

Expand Down

0 comments on commit 83afc46

Please sign in to comment.