rlivings39 / vscode-fzf-quick-open

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

Use null-terminated arguments #4

Closed NgrNxk closed 4 years ago

NgrNxk commented 4 years ago

Both fzf and xargs can use the null-terminated strings for telling arguments apart. This setting lets xargs disregard any quotation characters. As a side-effect this makes the extension usable in Windows :).