crystal-lang-tools/vscode-crystal-lang

Hover feature does not work with Windows11 PC and v0.8.4 of the extension (Native Windows Crystal, not WSL)

mahSource opened this issue · 1 comments

Describe the bug
Even when the Hover feature is selected in extension settings the feature does not work on my W11 PC with latest extension 0.8.4

To Reproduce
Steps to reproduce the behavior:
Select hover in the extension settings
Reload VS Code
Open a .cr source file
Hover over items and nothing happens

Expected behavior
For the hover feature to be active as shown in the gif on the extension splash page

Piece of Code
Pick any code with functions and variables and hover over them

Screenshots
N/A

Desktop (please complete the following information):

  • OS: Windows 11 Pro, fully up to date
  • Crystal version: Crystal 1.9.2 [1908c81] (2023-07-19); LLVM: 16.0.3; Default target: x86_64-pc-windows-msvc
  • I have a native Crystal install, NOT WSL 1 or 2 running
  • This plugin version: 0.8.4

Additional context
Also when I start VS Code and load in the Crystal file it give this error: "Crystal compiler not found. Some features can through errors" but I have Crystal in the Env. Variables so I cannot figure this out. Maybe this is why Hover does not work too. The syntax highlighting does work nicely though. I will submit another issue/bug report about the compiler not being found.

NOTE: with advice from Margret(nobodywasishere) I installed the beta version v0.8.5 via a vsix file and this bug has been fixed. Thank you!