Shown cabal completions are wrong when queried too quickly after a change in the file #4293
Labels
component: hls-cabal-plugin
Issues related to the hls-cabal-plugin
status: needs triage
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
When prompting completions directly after changing the cabal file, incorrect completions are shown.
This is the result of
useWithStaleFast
which is used when callingCabalParseFields
as the results are queried before the computation has actually finished.The text was updated successfully, but these errors were encountered: