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
159 stars 89 forks source link

Some PDS members open with empty contents when initially accessed #2940

Open traeok opened 3 weeks ago

traeok commented 3 weeks ago

Describe the bug

Sometimes a PDS member will open without any contents upon initial access. This behavior is not consistent as other members can be opened without issue.

To Reproduce

TBD

Expected behavior

The PDS member should open with its contents populated in the editor for the first access.

github-actions[bot] commented 3 weeks 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 3 weeks ago

Upon further investigation this seems to be an issue with the z/OS Files SDK and how streams are handled in Download.dataSet. I will most likely transfer the issue there once I can confirm that it's isolated to that SDK.

t1m0thyj commented 3 weeks ago

Related to zowe/zowe-cli#744 and should be fixed by https://github.com/zowe/zowe-cli/pull/2167 once it's ported to vNext