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
169 stars 91 forks source link

Tree not updated after upload from local to USS #2849

Closed JillieBeanSim closed 5 months ago

JillieBeanSim commented 5 months ago

Describe the bug

Uploading a file into an expanded directory of the USS tree, the tree is not updated after upload is complete. The user has to close and reopen the directory.

To Reproduce

Steps to reproduce the behavior:

  1. Go to expanded directory in USS tree view and right-click choosing upload options
  2. Click on file choose to upload
  3. See nothing happen
  4. After sufficient upload time close and reopen directory and see file uploaded

Expected behavior

tree automatically updated after upload complete, user doesn't have to do anything to see their uploaded file if location already expanded.

Screenshots

Desktop (please complete the following information):

Additional context

github-actions[bot] commented 5 months 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.

JillieBeanSim commented 5 months ago

solved with this PR https://github.com/zowe/zowe-explorer-vscode/pull/2848