👀 Active link in yarn serve
console
#1169
Closed
DevLab2425
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Oh, that's great! We might want to apply this to the dev server too. If you feel up for it, I'm happy to convert this into an issue. On a slightly related note, there's #62 which could also be interesting to look at in this space (though you are under no obligation to do it 😅 ) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a branch with an enhancement to the
yarn serve
log output that will allow CLI and IDE users (at least VS Code) to open the URL directly from the terminal window, rather than have the IDE (again, VS Code) attempt to locate the string as a local file path. See the screenshots below for a demo.master...DevLab2425:greenwood:ShowAndTell/active-local-serve-link
Without protocol - IDE opens file browser input
With protocol - browser opens URL
Beta Was this translation helpful? Give feedback.
All reactions