rlivings39 / vscode-fzf-quick-open

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

Add folder doesn't work in remote ssh #5

Closed rlivings39 closed 4 years ago

rlivings39 commented 4 years ago

The code command put on the path doesn't support -a.

$ fd --type d -I | fzf | xargs -r code -a                                                                                                               
Ignoring option a: not supported for code.
At least one file or folder must be provided.
rlivings39 commented 4 years ago

Created https://github.com/microsoft/vscode-remote-release/issues/2912