zowe / zowe-explorer-vscode

Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
173 stars 92 forks source link

Unable To Copy and Paste Files/Directories on USS for Zowe Explorer 3.0.0 #3128

Closed jackyhodev closed 1 month ago

jackyhodev commented 1 month ago

Describe the bug I am unable to copy and paste Files and Directories on USS for Zowe Explorer 3.0.0 for both zOSMF and RSE profiles. I am getting an error: Error uploading files TypeError: t.tree.localUri.with is not a function

To Reproduce

  1. Install Zowe Explorer 3.0.0 on VSCode
  2. Open USS
  3. Select a zOSMF or RSE profile
  4. Right click on any file/directory
  5. Select Copy
  6. Right click on any directory or the root folder
  7. Select Paste

Expected behavior File/Directory is not pasted successfully and you get a notification like the screenshot below:

Screenshots

image

Desktop (please complete the following information):

Additional context

github-actions[bot] commented 1 month ago

Thank you for creating a bug report. We will investigate the bug and evaluate its impact on the product. If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

traeok commented 1 month ago

Hi @jackyhodev, thanks for reporting this. I've implemented a fix as part of #3127

jackyhodev commented 1 month ago

Thank you! @traeok