Closed rlivings39 closed 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.
fzf-quick-open.codeCmd
code-insiders
code
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?
~/.vscode-server-insiders/bin/1c36d747fbf113144d3bf82b0aa3cbd290714e38/bin/code-insiders
https://github.com/rlivings39/vscode-fzf-quick-open/commit/dd90b93f28f19ac39fc458c9b896780ebf66abad added a setting
fzf-quick-open.codeCmd
to handle usingcode-insiders
for the command rather thancode
. 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?