Closed
Description
Your environment
Which OS do you use: Linux 5.4.0-109-generic 18.04.1-Ubuntu
Steps to reproduce
Add the following configuration and start VSCode:
"haskell.toolchain": {
"hls": "1.6.1.0",
"ghc": null,
"cabal": null,
"stack": null
}
Expected behaviour
VSCode starts and is ready to use, not displaying "strange" dialogue boxes.
Actual behaviour
VSCode starts and a dialogue pops up "Need to download ghc-null, continue?"
After confirming with "Yes", everything works normal.