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
The (1, 1) is default, it'll show even if you pass undefined or a line that doesn't exist.
Unrelated but I think it's dumb that a position is always shown because not all warnings map to a position (such as my "missing files" errors in the Microclimate extension)
In VSCode, when clicking on the details section of a problem where the parent caller was an anonymous function, it shows an error:
![screenshot 2019-02-11 at 18 05 02](https://user-images.githubusercontent.com/40430178/52583619-f0333200-2e27-11e9-9740-daa66b97d65d.png)
We probably just need to disable trying to link at all when the parent caller is an anonymous function.
The text was updated successfully, but these errors were encountered: