-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
type: bugA bug or unintended effectA bug or unintended effecttype: user experienceAn enhancement to the UX, e.g. better error handlingAn enhancement to the UX, e.g. better error handling
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.
Metadata
Metadata
Assignees
Labels
type: bugA bug or unintended effectA bug or unintended effecttype: user experienceAn enhancement to the UX, e.g. better error handlingAn enhancement to the UX, e.g. better error handling
