PowerTab icon indicating copy to clipboard operation
PowerTab copied to clipboard

Tab completing paths to PowerShell scripts with "./" drops full path.

Open jasonmarcher opened this issue 5 years ago • 0 comments

Input: ./con[TAB]

Expected: ./convert.ps1

Actual: convert.ps1

Works fine with ".\con[TAB]".

jasonmarcher avatar Feb 11 '20 18:02 jasonmarcher