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
162 stars 90 forks source link

[performance] Load TreeViews Asynchronously #1758

Open zFernand0 opened 2 years ago

zFernand0 commented 2 years ago

Is your feature request related to a problem? Please describe.

In environment where ZE can take a long time to load, it might be good to investigate either loading trees async and maybe lazy-loading (if possible)

Describe the solution you'd like

For the trees to be loaded simultaneously

Describe alternatives you've considered

N/A

github-actions[bot] commented 2 years ago

Thank you for raising this issue. The community has 30 days to upvote 👍 the issue. If it receives 10 upvotes, we will move it to our backlog. If not, we will close it.

JTonda commented 1 year ago

Related to #2207