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 command revealInExplorer does not highlight folders (it only opens up the folder and parent-folders) making it almost impossible to locate the folder in some cases.
@pmeijer I haven't looked into this yet, so no recommendation for a workaround. However, if you find a fix for the issue, feel free to contribute it back to this repo :)
Bug Description:
The command
revealInExplorer
does not highlight folders (it only opens up the folder and parent-folders) making it almost impossible to locate the folder in some cases.Steps to Reproduce:
Create a new extension and call:
await vscode.commands.executeCommand('revealInExplorer', folderUri);
Here are the results in Theia vs VsCode.
Additional Information
Related PR: #8496
The text was updated successfully, but these errors were encountered: