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
fix: now works within WSL if gio is installed. (#71)
`gio` would fail on WSL which is fixed by detecting that WSL is present
which is when `wslview` will be prioritized.
Note that the binary size inceases by ~13kb as we try to avoid running `wslview`
first and fail everywhere, so prefer runtime performance on linux over binary
size. The binary size changes only on unix.
0 commit comments