-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
type: bugA bug or unintended effectA bug or unintended effect
Description
After installing the extension and opening any Haskell project sometimes I see a notification g.find is not a function. It is probably from
vscode-haskell/src/hlsBinaries.ts
Line 181 in 5178445
| const release = releases.find((x) => !x.prerelease); |
After that, the extension does not start at all.
My setup:
GHC-8.8.4
Kubuntu 20.04
vscode 1.47.3
Metadata
Metadata
Assignees
Labels
type: bugA bug or unintended effectA bug or unintended effect