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

Remote lookup functionality for URIs that do not yet exist #2938

Open traeok opened 3 weeks ago

traeok commented 3 weeks ago

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

Currently, the resource URIs for v3 only point to resources that were added to the provider by a tree view action. If no actions are performed in the tree view, but a user tries to access a URI through something like a Virtual Workspace, then the URI lookup will fail until the entry is added to the provider.

Describe the solution you'd like

Fallback to a remote lookup of the URI if the entry is not yet present in the file system.

Describe alternatives you've considered

You can navigate to a directory or filter pattern in the tree view to get the entries to populate, but this is not convenient for developers that want to leverage resource URIs outside the tree view.

github-actions[bot] commented 3 weeks ago

Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 10 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.

zFernand0 commented 3 weeks ago

Should we define virtualWorkspaces as a capability when addressing these limitations?