fabiospampinato / vscode-open-in-application

Open an arbitrary file in its default app, or the app you want.
MIT License
19 stars 0 forks source link

Support WSL remote #18

Open vincenzoml opened 11 months ago

vincenzoml commented 11 months ago

In WSL remote, this extension will not open the default windows application. I suspect this is because of "wrong" paths, but there must be a simple fix. I think so because "open in explorer" will open windows explorer, in WSL remotes, so there must be a translation between paths that can be used to correct the path and open the file with the default windows application.