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
It should really go looking at the current diagnostics to find whatever error(s) are on the current line. The codelens code is probably a good starting point:
If you invoke the explainErrors command via the command palette, right now it will supply no error messages at all:
https://github.com/nikomatsakis/intorust.vscode/blob/ffff983688652133fe4a5fc80221fba683a6e6f5/src/extension.ts#L32-L34
It should really go looking at the current diagnostics to find whatever error(s) are on the current line. The codelens code is probably a good starting point:
https://github.com/nikomatsakis/intorust.vscode/blob/ffff983688652133fe4a5fc80221fba683a6e6f5/src/codelens.ts#L25
The text was updated successfully, but these errors were encountered: