-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
no provider for file:///... when moving file from FileSystemProvider to local #56426
Comments
Possibly related to #48034 |
(Experimental duplicate detection) |
What kind of file are you dragging? Is it a text file or a binary file? |
nevermind, I can reproduce |
Closing this as a dupe of #41543. Internally, the file-scheme handling isn't really fit for interacting with data from file system providers. |
/duplicate of #41543 |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
When moving a file from a workspace folder provided by a custom FileSystemProvider to a local folder, I get
no provider for file:///<fslocation>/file.txt
Should we be providing an additional FileSystemProvider to serve file:// transfers (probably using the WorkspaceEdit actions)?
Steps to Reproduce:
This issue does not throw an error when:
Does this issue occur when all extensions are disabled?: N/A
The text was updated successfully, but these errors were encountered: