nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.87k stars 160 forks source link

fix: Inspector does not open the editor #657

Closed martinszeltins closed 4 months ago

martinszeltins commented 5 months ago

🐛 The bug

OS: Ubuntu Linux 20.04 Nuxt: 3.11.2 (latest)

When I open the inspector and click on some HTML element on the page, nothing happens, the editor does not go to that file. I also don't see any requests being made and also no websocket events fired. Simply nothing happens.

Screencast:

https://github.com/nuxt/devtools/assets/34019878/834a65eb-ab56-4fd1-af27-612a61c3722d

🛠ī¸ To reproduce

https://stackblitz.com/edit/nuxt-starter-17scq8?file=README.md

🌈 Expected behavior

I expected it to go to the file in editor (in my case VSCode)

ℹī¸ Additional context

No response