fantacytyx / vscode-tortoise-svn

tortoisesvn is a simple extension for VSCode to use TortoiseSVN.
MIT License
17 stars 8 forks source link

Work with vscode remote #11

Open yedane opened 5 years ago

yedane commented 5 years ago

Hello,

It can be very interesting if it can work with the new vscode remote development extension.

DropFL commented 4 years ago

I think your suggestion would be great, but unfortunately, that feature may be not available IMO.

First, this extension targets only windows, since it depends on TortoiseSVN. Remote Development extension officially requires Linux-based OS(including WSL). * Second, TortoiseSVN is a shell extension with GUI, and if you execute that remotely, I think the window will popup on remote machine, not on your local machine. Last, this repo does not seem to be maintained by owner 😢

*: SSH host in VS Code Insiders supports Windows 10, but it is experimental.