-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't see how to get full error message #17
Comments
Are you using the extension in LSP mode? If so, you'll need to create this issue against the hh_client source. |
This is exposed over LSP, but it might be an extension; nuclide pulls it up in LSP mode. That said, the vim8 LSP plugin also doesn’t make this info available |
This appears to be exposed as a non-standard |
microsoft/language-server-protocol#260 is the proposal for this feature |
This functionality is now in the protocol, but |
I have a hack-side fix for this (FB D8286533) |
Summary: Include both the nuclide-specific `relatedLocations`, and the identical LSP-standard `relatedInformation` fixes slackhq/vscode-hack#17 Reviewed By: pittsw, arxanas Differential Revision: D8286533 fbshipit-source-id: 2b02928b875a44ee563e1999f9ba7a1f50a3bf2f
Summary: Include both the nuclide-specific `relatedLocations`, and the identical LSP-standard `relatedInformation` fixes slackhq/vscode-hack#17 Reviewed By: pittsw, arxanas Differential Revision: D8286533 fbshipit-source-id: 2b02928b875a44ee563e1999f9ba7a1f50a3bf2f
vscode is only showing me
[Hack] Wrong type hint (17,42)
Nuclide and hh_client show me:
The text was updated successfully, but these errors were encountered: