-
Notifications
You must be signed in to change notification settings - Fork 56
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
Hover fails on fresh crystal install #196
Comments
I got the same error on Linux, the solution was to install it based on this: /~https://github.com/elbywan/crystalline |
Same here, installed on macOS and I get this:
Installing crystalline didn't help either 🤔 Confirmed that I'm on the latest version of crystal:
|
Recently tested it on Linux, and the same error holds. |
@miniCoded Right above the @rohitpaulk Did you put the full path to crystalline in the extension settings and restart vscode? If y'all are still running into issues with this I'm also on the Crystal lang discord if that'd be easier. |
Description
Did a fresh install of crystal (both compiler and extension), but the hover feature does not work on any piece of code. After reading the output, it just says:
How to reproduce
Expected behavior
Information about the statement should appear on the screen next to the cursor.
Piece of Code
Screenshots
Desktop
Additional context
I'm still a new to programming halp
The text was updated successfully, but these errors were encountered: