I've ghcup installed in my machine.
Below are my ghcup installation details -
I verified the same in command line as well.
Then I created a new haskell project using stack 3.3.1 with the command stack new vscode-hls-debug-demo
I then updated snapshot.url
as below so that it uses ghc-9.10.1
-
snapshot:
url: .yaml
When I open the project in vscode, I get error Couldn't find a working/matching GHC installation. Consider installing ghc-9.10.1 via ghcup or build HLS from source.
Stack version installed in my machine is -
Details about my machine -
How can I fix this IDE error?