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
Steps to Reproduce:
1.Create a .ts file, define "vue-router" and input import * as Router from "vue-router";.
2.Move the mouse onto the "vue-router" as you press the "Ctrl".
The “go to definition” link will be abnormal, only "vue" or "router" turn blue.
The text was updated successfully, but these errors were encountered:
After investigating, this looks like a duplicate of #10037. We need a new API on the VSCode side to define the range of a definition in the source document
Steps to Reproduce:
1.Create a .ts file, define "vue-router" and input
import * as Router from "vue-router";
.2.Move the mouse onto the "vue-router" as you press the "Ctrl".
The “go to definition” link will be abnormal, only "vue" or "router" turn blue.
The text was updated successfully, but these errors were encountered: