vscode-haskell-linter
vscode-haskell-linter copied to clipboard
Use hlint without adding it to PATH?
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