We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
re #34218
Most file actions work on URI and to make them work with uris from other schemes little work is needed, however it seems that the import action and the drag&drop model work with paths: https://github.com/Microsoft/vscode/blob/joh/ftp/src/vs/workbench/parts/files/browser/fileActions.ts#L852
The text was updated successfully, but these errors were encountered:
47cfc8b
@jrieken I hope I did the right thing in 47cfc8b#diff-9404b1da682862c61dce10b84ff76e5cR850
Sorry, something went wrong.
ImportFileAction doesn't use URI (fixes #34235)
6c9aa9a
bpasero
isidorn
No branches or pull requests
re #34218
Most file actions work on URI and to make them work with uris from other schemes little work is needed, however it seems that the import action and the drag&drop model work with paths:
https://github.com/Microsoft/vscode/blob/joh/ftp/src/vs/workbench/parts/files/browser/fileActions.ts#L852
The text was updated successfully, but these errors were encountered: