You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- WSL-specific implementation. Previously, WSL used the same implementation as Linux. Now the strategy on WSL is to use
11
+
the system's `wslview` command from[`wslu`](https://github.com/wslutilities/wslu) if available, falling back to the
12
+
system `xdg-open`, if available.
13
13
### Changed
14
14
- On Linux (non-WSL), the system `xdg-open` is now used if present. Otherwise, the bundled version is used, as before.
15
15
- The command name in the `OpenError::ExitStatus` variant is now returned as a `Cow<'static, str>` instead of a
@@ -25,7 +25,8 @@ system `xdg-open` if available, otherwise we try using the system's `wslview` co
25
25
### Added
26
26
-`OpenError` now implements `std::error::Error`.
27
27
### Changed
28
-
-`OpenError`'s `failure::Fail` impl was removed from this crate, but the failure crate provides a blanket impl of `failure::Fail` for types implementing `std::error::Error`, so this shouldn't break anything.
28
+
-`OpenError`'s `failure::Fail` impl was removed from this crate, but the failure crate provides a blanket impl of
29
+
`failure::Fail` for types implementing `std::error::Error`, so this shouldn't break anything.
0 commit comments