Skip to content

Type on hover missing #185

@wJoenn

Description

@wJoenn

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"
end

Expected behavior
To see the type of what I'm hovering

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10 with WSL:Ubuntu 22
  • Crystal version: v1.11.2
  • This plugin version: v0.9.1

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions