vscode-haskell-linter icon indicating copy to clipboard operation
vscode-haskell-linter copied to clipboard

Use hlint without adding it to PATH?

Open Kesanov opened this issue 9 years ago • 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...

Kesanov avatar Apr 05 '17 07:04 Kesanov

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

przemo-hemmersbach avatar Aug 31 '20 09:08 przemo-hemmersbach