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

Remove temporary folder setting in vNext #2951

Open t1m0thyj opened 2 weeks ago

t1m0thyj commented 2 weeks ago

Since ZE v3 uses the FileSystemProvider and stores files in memory, we should be able to remove the following settings and any code related to the temp folder (creation, cleanup, etc)

image

github-actions[bot] commented 2 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.

JTonda commented 1 week ago

Document for V3 that temporary folder is no longer used and that extenders should listen for events instead. Also document how they would access these resources.

Consider a blog on this.