Open
Description
Steps to reproduce this problem:
- create a single .hs file
- import some module and define a function whose name collides with a function in the module.
- save the file and restart VS Code
In my case, it does highlight the error that ambiguous definition occurs, but it seems that the extension is not inspecting other parts of the code. When I hover on a function or a variable, it shows an empty small window instead of the definition.