Skip to content

Recent folders/files: Remove non-existing directories on attempt to open #375

@tomlin7

Description

@tomlin7

Feature

The recently opened list may contain directories that no longer exist. On attempt to open such directories from recent links, remove them from database.

The recently opened files/folders are shown as a list in welcome page and through the palette.
These leverage the list method here to generate lambda functions for each recent path.

image

Modify the lambda to call a custom function that will check if the path still exists. If it exists, proceed to open, otherwise, delete the path from db and return.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfile managementfile watchers, handling of opened files and folders, etcgood first issuegood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions