You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ctrl+clicking to invoke go to definition on an imported function, where being the function is coming from a dependency,, LSP would always link to its type definition and not to its actual defintion. This new Go to Source Definition could solve this.
I'm unusre if tsserver actually exposes this (what I believe an) off-spec functionality.