Vscode cannot go to import's file

problem description

clipboard.png

as shown in the picture above, I am a mac computer. If I hold down the command+ left button and click on this path, shouldn"t I jump to the file?

the file path completion extension is . / errorTestA.vue , and add .vue to jump over. The editor omits .vue by default. I remember you could jump before.

do you have a brother of vue developer to take a look at it? Thank you. Please


omit .vue is not configured in webpack:

resolve: {
    extensions: ['.js', '.vue', '.json']
}
Menu