Skip to content

Allow users to access persistent data from Zowe Explorer local storage #3180

@benjamin-t-santos

Description

@benjamin-t-santos

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

In v2, persistent data like filter history and favorites for data sets, USS, and jobs were stored in the Visual Studio Code settings. This made it simple for extenders to access and read this data.
In v3, this data was moved to VS Code storage, and now there is no way for extenders to access it.

Describe the solution you'd like

I would like this persistent data to be accessible for extenders like it was in v2. This could be in the form of registered commands for getting/setting persistent data. You could also expose each resource's ZoweTreeProvider to extenders.

Describe alternatives you've considered

I tried accessing the ZE's new storage using the keys available in the Zowe Explorer API, but because I cannot access Zowe Explorer's extension context, there is no way for me to access its memento storage.

Additional context

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestpriority-highProduction outage - this quarter or at least next quarter

Type

No type
No fields configured for issues without a type.

Projects

Status
Closed

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions