Stefan Dirix

Results 281 comments of Stefan Dirix

Hi @buremba, That would certainly be a nice feature in general. Such properties could be collected and included in the UI Schema generator and then either have an implied "default...

With a recent [commit](https://github.com/eclipse-theia/generator-theia-extension/commit/20a970eea72fc1fd9d6350f8ae7d00e8d9173c1e) the flow changed a bit. The generated Browser and Electron applications are no longer build automatically but must be build manually. This change [is reflected in...

Hi @Fankhauser-Dominik, we don't really support rendering controls of (nested) array elements outside of an array control which is why I'm not surprised that it fails at the data path...

We discussed this today in the [developer meeting](https://github.com/eclipse-theia/theia/wiki/Dev-Meetings#2024-01-30). We concluded that the current default of secondary Electron instances is not optimal as users will immediately run into problems like #13107...

@msujew, you mentioned that you might be able to contribute this. If you run out of time, let me know, then I could also take it over :+1:

> Alternatively, we could think about only using this in a few selected packages that are guaranteed to get pulled like `@theia/core` and `@theia/application-package`. Personally I would prefer having a...

Hi @Alexander-Taran, The error case described above is also relevant for the dev-packages. Dev packages like `@theia/application-manager` and `@theia/application-package` are consumed by `@theia/cli` and are therefore part of the `node_modules`...

There are two related issues listed in the old epic #9869 which could be added to the list here: - https://github.com/eclipse-theia/theia/issues/9722 - https://github.com/eclipse-theia/theia/issues/9868

Yes that's a fair comparison when looking at the "github.dev web based editor". The clarification is needed as GitHub codespaces is also served via the github.dev domain.

To pick this up again: There is no technical reason to not support one of the later versions of Electron. VS Code is currently using [28.2.8](https://github.com/microsoft/vscode/blob/ace2b1b336da8888cf5dfe994bc9de32859eea2d/package.json#L152).