Most recently used file cache implementation #5583
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Naive most recently opened files cache as VSCode doesn't expose its API (Previous Recently Used Editor)
Related feature request Provide API to access the list of recently opened files in a workspace microsoft/vscode#136878
VSCode src code https://github.com/microsoft/vscode/blob/298e7037f027bf5e6add0e0eecaeda10e0195411/src/vs/workbench/browser/parts/editor/editorQuickAccess.ts#L265
Solution
License: I confirm that my contribution is made under the terms of the Apache 2.0 license.