Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix opening files with explorer in WSL
The OS command to open file in explorer in WSL doesn't currently work as expected; it always opens the file explorer at the default opening location. This is because the {{filename}} variable returns the path in WSL format, and not in the format expected by Windows. We use wslpath, a utility shipped with WSL, to make the path conversion.
- Loading branch information