Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.4k stars 135 forks source link

TODO in Remote Workspaces via ssh fs #735

Closed FrankFrank9 closed 1 year ago

FrankFrank9 commented 1 year ago

Hi,

@Gruntfuggly

Is there any way to make it work via ssh fs? (https://marketplace.visualstudio.com/items?itemName=Kelvin.vscode-sshfs)

Regards,

Gruntfuggly commented 1 year ago

Not really - it uses ripgrep to search the workspace files, so that would need to be installed on the remote machine. I guess it would technically be possible but could end up being quite complicated.