-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Repl links fix #15174
Repl links fix #15174
Conversation
@felixfbecker, thanks for your PR! By analyzing the history of the files in this pull request, we identified @isidorn, @bpasero and @egamma to be potential reviewers. |
Hi @felixfbecker, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
Here were the errors I met when compiling:
I did |
Passing tests, code looks good -> merging in and we will see on insiders if this breaks some use cases. |
Are you willing to look into fixing this? This is no big issue so any time in november would work. Where exactly do you see white space on the first picture - I might be missing something. |
Only absolute paths should leave the repl to any service in the workbench. If a path is relative, the link detector should convert it to an absolute path using the workspace service. |
Yes, will fix. See the |
@bpasero How can I use the "workspace service" to convert the path to absolute? |
@felixfbecker |
@isidorn Fixes for #13370
I got a bunch of errors trying to build VS Code. I will look into this and try to test this later but I wanted to share my commits anyway.
file://
prefix was added so the a whole file URI is underlined and not just the path part