You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file navigator is not capable to reveal anything except the file URI. It is based on Navigatable.getTargetUri. Right now it is implemented by the monaco editor. It seems that it should be actually implemented by Resource and the monaco editor should delegate to the monaco model and then down to the resource.
The reveal node should be able to handle more uri schemes, such as user_storage:* which is kind of an alias for file:~/.theia/*.
The text was updated successfully, but these errors were encountered:
From #2122 (comment) by @akosyakov
The reveal node should be able to handle more uri schemes, such as
user_storage:*
which is kind of an alias forfile:~/.theia/*
.The text was updated successfully, but these errors were encountered: