Christoph
Christoph
> > although both profiles are set with Auto-Sync > > Can you confirm this means that you have set both profiles to have a non-zero value for "Schedule every"...
Same problem here, just realised today. I am not sure when it started, not using Youtube on LMS too often. Attached you'll find an LMS debug log that starts at...
Confirmed! Version 0.300 fixes the problem. Thanks @philippe44! (Let's just hope it works all around the globe. 😉)
> @chroberino Are you also missing the "Open in External App" file browser menu contribution after installing Open in External App extension? I see the command in the palette, but...
> Menu contribution works in vs-code, so might be a problem with Thiea. We should investigate what goes wrong there. I am far from being a deep-water-diver in Eclipse Theia....
> Sounds like a duplicate of #11255. Kind of. But it goes a bit beyond that. VS Code offers two CLI options to open files: 1. `--goto` argument --> https://code.visualstudio.com/docs/editor/command-line#_core-cli-options...
> Could you share a sample project to reproduce this? @prabhu you can easily verify this behaviour in the **theia-ide** project: https://github.com/eclipse-theia/theia-ide My project is based on an earlier version...
> This requires implementing workspace support for yarn. Are you sure yarn causes this issue? Afaik, Theia just recently (version 1.58) moved from yarn to npm. While for my project...
> How do you know it is npm? I was assuming it should be npm for Theia, because it was prominently announced for the 1.58 release, e.g. here: https://eclipsesource.com/blogs/2025/02/06/eclipse-theia-1-58-release-news-and-noteworthy/
Is there any way to work around this for now? Installing dependencies for my project also works fine using when using `npm` instead of `yarn`. Why does cdxgen strive to...