-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparing with remote workspace folder fails #81
Comments
Thanks for the report. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Same here. I was trying to compare two folders on the remote server and it took forever to load. The same folders on my local laptop work smoothly. |
Hi @qiyan98 and @mforkel . Do you know an easy way to connect to ssh so I could test it myself? |
Thanks for looking into this, moshfeu
I'm not sure I understand your question. I guess a basic setup for testing would be a remote machine with an SSH server installed and your Windows machine with VS Code and the Remote SSH extension (see Remote Development using SSH). Then you could use your extension to compare folders on the remote and the local machine. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I tried to use Compare Folders in a workspace that contains local folders and remote folders accessed with the SSH FS extension. An attempt to compare a local folder to a remote folder results in an error message "Oops, something went wrong while comparing" and this output:
Comparing a local folder to the remote root folder gives this output:
The file DumpStack.log.tmp is not accessible. In both cases, Compare Folders incorrectly report that there are no differences in any file at the same path.
Comparing a file in a local folder to a file in a remote folder works fine.
The SSH FS documentation for remote workspace folders claims that SSH FS works with extensions using the
vscode.workspace.fs
API. May be Compare Folders is no using that API?The text was updated successfully, but these errors were encountered: