Open
Description
When a file is opened in the editor, if it is deleted using the right-click menu in the navigation tree, the file remains open in the editor but is marked as 'deleted'. However, if you press Ctrl + S to save, the deleted file is restored.
In contrast, in VS Code, when a file is deleted from the navigation tree, the opened files in the editor are also closed.
I would like Theia to behave consistently with VS Code in this aspect.