-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐞] Option-click not working to open source - DX #7135
Comments
Hi @srapport I tested "open source" feature on my Mac and Linux and in both cases it's doing an HTTP call with the full path (from the root of my system) 🤔 |
@gioboa look in the html source to check that all components have a full path for their data-qwik-inspector attribute. I'm looking at a codebase where that's not the case 🤔 |
ok what's happening is that the qwikVite plugin is passing a relative path like I'll see if I can remove that processing. |
@wmertens I tried with the starter and the path used was a full path. Let me know if you need more info |
I found the issue and an looking at ways to fix it |
Which component is affected?
Qwik Runtime
Describe the bug
Option-click in dev mode is not working to automatically open the source which makes the DX difficult to quickly navigate. There appears to be a leading slash (
/
) that prevents VSCode from opening to the file. Manually removing this%2F
resolves auto-open.http://localhost:5173/__open-in-editor?file=%2Fsrc%2Froutes%2Ffoo%2Fbar.tsx%3A307%3A9
Reproduction
qwik.new
Steps to reproduce
Build project, option-click on a
DIV
.System Info
Additional Information
Cc: @wmertens - per conversation regarding DX, capturing issue here.
The text was updated successfully, but these errors were encountered: