Can I specify the .freeze
file I want hls to use? I am working in a project an using a freeze file (as apparently is the best way to not re-build dependencies).
I was working with hls
off as It was slowing down my (already bloated) vscode, and actually not showing any language server info… well it turns out that hls
is rebuilding the whole application (which takes like 30 minutes) so it is wating for cabal to build the thing in an isolated folder…
Can I configure hls
to use a particular .freeze
(equiv. .project
) file? I don’t see any space in the settings (vscode) to configure this.