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
Open With -> Trace Viewer of the Theia Trace Viewer doesn't work anymore starting with Theia version 1.50.0. This feature allowed users to open traces that are files as well as traces that are folders. The limitation should be put back or alternatively make OpenWidthHandler configurable for files or folders or both (default files only):
I'm not really familiar with Theia internals. It would be probably faster if you @msujew implement it :-)
I had a quick look, and thought it would be just updating getHandler() and check if the URI points to folder and check if the handler is configured for folders and then include it or not. What is a quick way to check if the uri points to a file or folder? Please let me know.
We decided to not use the open with service for the theia-trace-extension and instead opted to implement a dedicated command and menu entry for opening of traces. I just wanted to let you know that there is no fix from our side planned for Theia. You can close this issue, or if the project thinks that it's still valid, keep it open. Thanks for the support.
Bug Description:
Open With -> Trace Viewer
of the Theia Trace Viewer doesn't work anymore starting with Theia version 1.50.0. This feature allowed users to open traces that are files as well as traces that are folders. The limitation should be put back or alternatively make OpenWidthHandler configurable for files or folders or both (default files only):Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: