-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
can-workaroundtype: enhancementAn enhancement to an already existing featureAn enhancement to an already existing feature
Description
Often times the server just decides to hang or just simply not work. In these cases it's usually handy to resort to ghci or stack build --file-watch.
The problem is that when the server hangs you cannot use stack due to it also hanging due to a lock blocking for directory lock on /home/some/path/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build-lock.
Sometimes you just want to quit trying to make the language server work and simply use VS Code + a separate terminal. It'd be nice if there was a command that shuts down the server entirely.
I haven't found a sane workaround so far.
simonmichael and anka-213
Metadata
Metadata
Assignees
Labels
can-workaroundtype: enhancementAn enhancement to an already existing featureAn enhancement to an already existing feature