Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a local query parameter to support local lookup of FS resources #3414

Open
traeok opened this issue Jan 27, 2025 · 1 comment
Open

Add a local query parameter to support local lookup of FS resources #3414

traeok opened this issue Jan 27, 2025 · 1 comment
Labels
enhancement New feature or request priority-medium Not functioning - next quarter if capacity permits

Comments

@traeok
Copy link
Member

traeok commented Jan 27, 2025

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

For some use cases, extenders may want to check if a resource exists in the filesystem without making a request to the remote system.

By default, our stat implementation for Data Sets and USS detects modification time changes for a resource and updates any applicable editors with new contents. We must keep this default behavior to continue supporting change detection.

Describe the solution you'd like

Add support for a local query parameter for the URI so that, when called with a URI containing ?local=true, the filesystem will avoid making any remote requests. It should just check whether the resource already exists in the filesystem, returning the appropriate entry if found.

Describe alternatives you've considered

N/A

Additional context

Follow-up on this conversation in #zowe-explorer-vscode channel in the OMP Slack community.

Copy link

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.

@JTonda JTonda added the priority-medium Not functioning - next quarter if capacity permits label Jan 28, 2025
@zowe-robot zowe-robot moved this from New Issues to Medium Priority in Zowe Explorer for VS Code Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-medium Not functioning - next quarter if capacity permits
Projects
Status: Medium Priority
Development

No branches or pull requests

2 participants