Cary Robbins
Cary Robbins
@nhenin There's not really much that can be done. The ghc-mod project is pretty much dead at this point, so you're not going to see it support newer GHC versions.
@nhenin I would like to start using HLS, but it doesn't appear all that stable yet. Also, it's w lot of work to integrate it as it uses LSP and...
Hey it's only been 1.5 years! But of course, your point remains. 😄 I've been pretty much the sole contributor, and I have not had much time to focus on...
I guess we may need to dispatch on the OS and handle it differently for Windows. I assume each of these would need to be updated - ```gradle task validateDic(type:...
I assume that the IntelliJ log will contain some stack traces related to this. Could you post any stack traces in a gist/pastebin and link them here? You can locate...
This may be resolved in the latest pre-release - https://github.com/carymrobbins/intellij-haskforce/releases/tag/v0.3.43-SNAPSHOT-01bf613d This was built against IntelliJ 2019.2, so you might have trouble with earlier versions of IntelliJ.
Nice! Thanks @ekilah!
This can be achieved similarly to how it is done for #56. However, one prerequisite will be to have a different instance of ghc-modi running for each cabal component instead...
In your run configuration, do you have "Build" listed in the "Before launch" section?
I've attempted to resolve this in the `417-mem-leak-ConsoleViewImpl` branch by refactoring to use a ProjectComponent so that the console fields get disposed on project close, but that doesn't seem to...