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
In a production codebase, it can be the case that one is working in multiple directories. Changes in a file in one directory could cause errors in many others across the codebase. At the moment, the quickfix file via the -o quickfix option can only be written to the directory in which ghcid is run.
It would be ideal to be able to place this file anywhere, such as ~/.quickfix. Then vim can always catch the quickfix file no matter where you were when you generated it or when you opened vim by simply configuring the vimrc with the custom location.
The text was updated successfully, but these errors were encountered:
If you write -o ~/.quickfix what happens? I don't foresee any reason for it not writing it whereever you ask? (but I haven't looked at this code in a while)
In a production codebase, it can be the case that one is working in multiple directories. Changes in a file in one directory could cause errors in many others across the codebase. At the moment, the quickfix file via the
-o quickfix
option can only be written to the directory in which ghcid is run.It would be ideal to be able to place this file anywhere, such as
~/.quickfix
. Then vim can always catch the quickfix file no matter where you were when you generated it or when you opened vim by simply configuring the vimrc with the custom location.The text was updated successfully, but these errors were encountered: