-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
Description
Describe the bug
I've just installed the extension (0.9.1) on my WSL machine and no types are appearing on hover despite the setting being enabled.
In my Crystal lsp output I can see getting context... froze
To Reproduce
Not sure tbh
I just installed Crystal with asdf
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0
asdf plugin-add crystal https://github.com/asdf-community/asdf-crystal.git
asdf install crystal latest
asdt global crystal 1.11.2
Then installed the extension in vscode
Reloaded vscode, created a .cr file and wrote a simple method
def foo : String
"bar"
endExpected behavior
To see the type of what I'm hovering
Desktop (please complete the following information):
- OS: Windows 10 with WSL:Ubuntu 22
- Crystal version: v1.11.2
- This plugin version: v0.9.1
