dramforever/vscode-ghc-simple

Read and honour .ghcid files?

mpickering opened this issue · 1 comments

It is common to want to configure the --command when using ghcid and the same problem applies to this extension. A simple solution is to support a subset of the command line options that ghcid support and reuse their configuration files. That will also be useful for the --restart option.

My motivation for this is that then I can try using the extension whilst working on GHC.

Custom startup command seems useful. I'm probably going to implement it as a 'primarily' a vscode option, and then detect and read .ghcid if it's not specified.