Skip to content

Recently opened workspaces and files #7806

Answered by akosyakov
vzhukovs asked this question in General
Discussion options

You must be logged in to vote

It depends on expectation of VS Code extensions. One thing is to provide simple implementation based on existing APIs to support VS Code extensions, another is to reimplement open recent action to support opening recent workspace files, files without workspaces and so on. If you goal is only to support VS Code extension, the latter is not necessary.

Do you know against which extension we can test it? If there is not a real extension it is fine to provide simple implementation based on existing APIs, i.e add something like WorkspaceService.openRecent which calls WorkspaceServer to fetch recent and then opens it.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vzhukovs
Comment options

vzhukovs
May 13, 2020
Collaborator Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants