Returns with a promise that resolves to the most recently used workspace folder URI as a string.
Resolves to undefined if the workspace folder is not yet set.
Returns Promise<undefined | string>
getRecentWorkspaces
getRecentWorkspaces(): Promise<string[]>
Returns list of recently opened workspaces as an array.
Returns Promise<string[]>
removeRecentWorkspace
removeRecentWorkspace(uri: string): Promise<void>
Removes a workspace from the list of recently opened workspaces.
Returns with a promise that resolves to the most recently used workspace folder URI as a string. Resolves to
undefined
if the workspace folder is not yet set.