You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like an easier experience to download data sets or USS files to my machine.
Describe the solution you'd like
The ability to drag a data set or USS file directly from the ZE tree into File Explorer (Window) or Finder (MacOS)
Describe alternatives you've considered
I can right-click on a tree node, select the Download option from the context menu, and navigate to a folder in the file dialog, but that's more work 😋
Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 10 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.
Additionally, it would be useful to be able to drag data sets and USS files from Zowe Explorer into the VS Code file explorer. This would enable users to quickly copy files and data sets to their local workspace in VS Code.
Is your feature request related to a problem? Please describe.
I would like an easier experience to download data sets or USS files to my machine.
Describe the solution you'd like
The ability to drag a data set or USS file directly from the ZE tree into File Explorer (Window) or Finder (MacOS)
Describe alternatives you've considered
I can right-click on a tree node, select the Download option from the context menu, and navigate to a folder in the file dialog, but that's more work 😋
Additional context
We may be able to refer to VS Code source for how to implement this: https://github.com/microsoft/vscode/blob/main/src/vs/editor/browser/dnd.ts
The text was updated successfully, but these errors were encountered: