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
Would it be possible to implement parsing for \\wsl.localhost\Debian paths?
It seems like the only parsing would need to be removing \\wsl.localhost\Debian and converting the slashes, though I'm sure other checks may be required.
I like to browse files in the WSL2 filesystem using Windows Explorer and would like to be able to double click the file to open the corresponding WSL2 app.
I get the following error in the log when I try to open a file from within WSL2 filesystem:
2024-11-07 12:49:21,986 - OpenInWSL 1.7 MSIX - ERROR - Cannot test association
Traceback (most recent call last):
File "main.py", line 1292, in tester
File "main.py", line 515, in path_converter
IndexError: string index out of range
The text was updated successfully, but these errors were encountered:
Would it be possible to implement parsing for
\\wsl.localhost\Debian
paths?It seems like the only parsing would need to be removing
\\wsl.localhost\Debian
and converting the slashes, though I'm sure other checks may be required.I like to browse files in the WSL2 filesystem using Windows Explorer and would like to be able to double click the file to open the corresponding WSL2 app.
I get the following error in the log when I try to open a file from within WSL2 filesystem:
The text was updated successfully, but these errors were encountered: