-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support WSL without requiring wslview
or xdg-open
#21
Comments
Hi! Since this issue is about enhancing WSL support, I think this comment may be relevant here so I don't open a separate issue. I just found your crate (I'm trying to open some generated stuff from WSL(2) and I've been reading a lot of cargo src to see how it opens docs) and it looks like |
What is your wslu version (run |
This is an Ubuntu 20.04 that hasn't been updated in ages, to be honest. |
Yeah, that version is 3+ years old. The current version works properly, though I would like to avoid regressions for people using older versions if possible. |
This doesn't seem like it would be too bad. The file is pretty simple, and E.g.
And opening a file:
Opening a html file in browser just works
|
Currently on WSL we require either
wslview
orxdg-open
to be available on the system, but there are WSL distros that don't include either preinstalled.The text was updated successfully, but these errors were encountered: