I manually installed v.1.12.0, and when I hover over a token it usually does nothing, or will popup information about something to the left of it. For example in https://github.com/elcritch/figuro/blob/main/src/figuro.nim ```nim when defined(macosx): ``` Hovering over `defined` produces nothing. Hovering over `macosx` pops up information about `defined`. I'm using Zed editor (preview).