### Extension Version 0.20251203.1 ### VS Code Version 1.106.3 ### Operating system Version Ubuntu x86-64, running via Windows 11 inside WSL ### Steps to reproduce 1. Copy this MRE: ```ts interface FooBar { /** foo comment */ foo: number; /** bar comment */ bar: string; /** baz comment */ baz: string; } declare const fubar: FooBar; const {foo, bar, baz} = fubar; ``` 2. hover over properties 3. no comments <img width="367" height="67" alt="Image" src="https://github.com/user-attachments/assets/14d3898d-7dce-4ca8-907a-cceec3c99b68" /> ### Issue Should have hovers, as is present in [normal typescript](https://www.typescriptlang.org/play/?#code/JYOwLgpgTgZghgYwgAgGIHt0CE5WQbwFgAoZM5AegCorkZNkF0BbZicZKik8uzALmQgArswBG0ANw9y1WmNyMWbDlxlkFUQQGcwUUAHNppWTWQKAXktbswnbiY1wLOvYeMBfEiQAmEBAA2uChMILp0wpqCGNi4xiSh4fj06AA05rjplh7IALwRmsZAA)