rlivings39 / vscode-fzf-quick-open

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

Remove need for codeCmd setting #2

Closed rlivings39 closed 4 years ago

rlivings39 commented 4 years ago

https://github.com/rlivings39/vscode-fzf-quick-open/commit/dd90b93f28f19ac39fc458c9b896780ebf66abad added a setting fzf-quick-open.codeCmd to handle using code-insiders for the command rather than code. We should be able to programmatically determine this.

For example someone saw that the path ~/.vscode-server-insiders/bin/1c36d747fbf113144d3bf82b0aa3cbd290714e38/bin/code-insiders gets set up with remote ssh. Can we find that and use it?