-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
SVN doesn't work with Remote-SSH extension #561
Comments
I tested this on just Windows and I do not see the same problem. I also don't see the same error in the developer's console. |
VS Code Remote - SSH will run the subversion extension in a remote host that is a standard Node.js runtime instead of Electron. With this change, the SVN extension now relies on the To resolve, there's a value passed into extension activation you can use to load |
Thanks @Chuxel Ill get that updated |
@JohnstonCode , add this package: https://www.npmjs.com/package/original-fs |
Any movement on this yet? |
🎉 This issue has been resolved in version 1.48.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
It works. Thanks! |
Issue
I am using the new Remote-SSH extension. When I try to use the SVN extension with it, it reports that "There is no data provider registered that can provide view data".
I thought that it may be that I have svn installed in /opt/subversion/bin/svn, but I tried setting svn.path to that path, and it still doesn't work.
I also tried setting it to my TortoiseSVN path, in case it needs to use the executable on the Windows side for some reason. That doesn't work either.
In the developer's console, there is an error "Cannot find module 'original-fs'". I don't know if that is related.
Note that Git works fine.
Steps to Reproduce
SVN Output
None - no option in the dropdown.
Screenshots
The text was updated successfully, but these errors were encountered: