You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HLS seems to prompt me to complete DuplicateRecordFi but not NoDuplicateRecordFi. Would be nice to have these prompted too. (of course NoMonomorphismRestriction is already supported :)
The text was updated successfully, but these errors were encountered:
Fixeshaskell#1187.
Separate the list of pragmas used for completion from the list of pragmas used
to suggest enabling a language extension to fix an error. The former now include
the `No-` variants of the language extensions, e.g., `NoDuplicateRecordFields`.
Fixeshaskell#1187.
Separate the list of pragmas used for completion from the list of pragmas used
to suggest enabling a language extension to fix an error. The former now include
the `No-` variants of the language extensions, e.g., `NoDuplicateRecordFields`.
Fixes#1187.
Separate the list of pragmas used for completion from the list of pragmas used
to suggest enabling a language extension to fix an error. The former now include
the `No-` variants of the language extensions, e.g., `NoDuplicateRecordFields`.
HLS seems to prompt me to complete
DuplicateRecordFi
but notNoDuplicateRecordFi
. Would be nice to have these prompted too. (of courseNoMonomorphismRestriction
is already supported :)The text was updated successfully, but these errors were encountered: