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
Currently when I open the devtools of chrome on a vue project to debug the <script> part of the Vue file, it's very difficult to locate the correct one with Typescript source mapped. There are a lot of files start with XXX.vue? and I must try one by one to find the one with <script>.
I'd like to add the file extension (.ts, .scss, etc) to the different .vue file in the file mapping to make it easier to locate the <script> file.