Skip to content
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

Closed
iann0036 opened this issue Aug 15, 2018 · 7 comments
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) remote Remote system operations issues

Comments

@iann0036
Copy link

iann0036 commented Aug 15, 2018

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)?

  • VSCode Version: 1.26.0
  • OS Version: Darwin

Steps to Reproduce:

  1. Install MemFS sample extension
  2. Populate the MemFS folder with files
  3. Drag a file from the MemFS folder to a local folder

This issue does not throw an error when:

  • Dragging a local file to a FileSystemProvider folder
  • Dragging files between different FileSystemProvider folders

Does this issue occur when all extensions are disabled?: N/A

@iann0036
Copy link
Author

Possibly related to #48034

@vscodebot
Copy link

vscodebot bot commented Aug 15, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@jrieken
Copy link
Member

jrieken commented Aug 15, 2018

What kind of file are you dragging? Is it a text file or a binary file?

@jrieken jrieken added the remote Remote system operations issues label Aug 15, 2018
@jrieken
Copy link
Member

jrieken commented Aug 15, 2018

nevermind, I can reproduce

@jrieken
Copy link
Member

jrieken commented Aug 15, 2018

Closing this as a dupe of #41543. Internally, the file-scheme handling isn't really fit for interacting with data from file system providers.

@jrieken
Copy link
Member

jrieken commented Aug 15, 2018

/duplicate of #41543

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 15, 2018
@vscodebot
Copy link

vscodebot bot commented Aug 15, 2018

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!

@vscodebot vscodebot bot closed this as completed Aug 15, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) remote Remote system operations issues
Projects
None yet
Development

No branches or pull requests

2 participants