rlivings39 / vscode-fzf-quick-open

vscode extension providing quick file/folder open and searching using fzf
MIT License
77 stars 17 forks source link

does nearly work on windows #3

Closed NgrNxk closed 4 years ago

NgrNxk commented 4 years ago

Hi

On windows, everything is looking fine: I have fzf and fd; they are working fine together. Until I actually select a file/dir. Then, all the backslashes seem to be quotation characters, thus leaving just one long string. The file/dir, of course, cannot be found by vscode.

Regards Adam

NgrNxk commented 4 years ago

I made a small code change. PR #4 shouldn't break anything on other systems, I think...