Conversation
|
I really really like this work. I just left one minor comment in the code. I did not code review the |
959677b to
3d44ddd
Compare
- recognizes web urls; - checks that file path exists; - supports relative to workspace root paths (./foo); - supports relative to home dir paths (~/foo); - optional line/column; - smoke test.
3d44ddd to
367a5a0
Compare
dgozman
left a comment
There was a problem hiding this comment.
Thank you, this sounds good to me. I did address the comments.
There was a small change in behavior - we don't wrap text with extra span when not required. From manual testing, I didn't find any issues with that.
|
Great, thanks for addressing the comments. Merging this in so we start self hosting on it already. |
@isidorn Could you please take a look? This implements some improvements. We can try to unify with terminal link handling, however it doesn't seem to be straightforward because the control flow is very different.