eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.29k stars 2.45k forks source link

OpenWithService change seems to be breaking changes #13837

Open bhufmann opened 1 week ago

bhufmann commented 1 week ago

Bug Description:

When upgrading the theia-traceviewer (https://github.com/eclipse-cdt-cloud/theia-trace-extension/pull/1085) to recent Theia community release 1.49.1, I noticed that the feature Open With -> Trace Viewer is not working anymore. It is used to open trace files or trace folders from the navigator's Open With menu when selecting either a file or folder. I figured out how to fix it (see PR).

I think this should be mentioned as a breaking change in the CHANGELOG.md#breaking_changes

Additional Information

Related change: #13573

JonasHelming commented 1 week ago

@msujew