hoovercj/vscode-haskell-linter

Use hlint without adding it to PATH?

Opened this issue · 1 comments

Could you make it possible to use hlint without adding to path? For example by calling stack exec ?

I tried to add "haskell.hlint.executablePath": "stack exec hlint" into my settings but didn't work...

"cabal run hint" is another good example. Both would greatly improve developer experience