vscode-vue-peek icon indicating copy to clipboard operation
vscode-vue-peek copied to clipboard

Since the newest VS Code update, pressing F12 to open a Vue component doesn't open it and throws an error

Open agm1984 opened this issue 4 years ago • 0 comments

If I have this DOM markup here: image

and I press F12, I get this: image

Cannot read property 'fsPath' of undefined

I don't think I installed any other extensions since this was working, but I did update VS Code the other day.

Update: I noticed that occurred in a Laravel Blade file (index.blade.php), but I just noticed it throws a different error if I press F12 on an element inside a .vue file: image

Cannot read property 'toString' of undefined

I spent a few minutes Googling to find how to get MORE information, and I found some talk about stack traces, but I couldn't find a way to display more meaningful information about these events. Sorry, and let me know if there is more I can do to help. I will keep my eye out for notifications from this issue.

agm1984 avatar Dec 19 '19 18:12 agm1984