git-open icon indicating copy to clipboard operation
git-open copied to clipboard

Use absolute PATH to powershell.exe

Open SuperSandro2000 opened this issue 2 years ago • 0 comments

This is guaranteed to be always at this location and is always available if Interopt is enabled.

With this it is no longer required to have powershell.exe in PATH which significantly slows down tab completion due to the very slow fs access times on WSL2. Before git-open would silently fail if powershell.exe was not available.

SuperSandro2000 avatar May 09 '23 15:05 SuperSandro2000