fix(46998): Hover on as const shows type const = /*unresolved*/ any#47000
fix(46998): Hover on as const shows type const = /*unresolved*/ any#47000jakebailey merged 1 commit intomicrosoft:mainfrom
Conversation
|
@typescript-bot pack this |
|
Heya @jakebailey, I've started to run the tarball bundle task on this PR at da482c7. You can monitor the build here. |
|
This PR does fix #46988 (that the type printed is wrong), but appears to do the opposite of what people are expecting on #47043, as it continues to treat the Note that hovering in VS Code doesn't behave this way; the Playground appears to have a different behavior and allows hovering on |
|
Hey @jakebailey, I've packed this into an installable tgz. You can install it for testing by referencing it in your and then running There is also a playground for this build and an npm module you can use via |
jakebailey
left a comment
There was a problem hiding this comment.
My commentary on the hover not being present wasn't correct; the hover does work on VS Code Insiders, and I've validated that this PR works there.
This seems to be perpendicular to #47043.
Fixes #46998