Marc Dumais
Marc Dumais
I believe that this is a legit issue - the way these production dependencies are defined ATM, they will be available to the test application but not be included in...
The two related `@types` dependencies \[1\] should probably be moved to the extension too, in `devDependencies`. \[1\] https://github.com/eclipse-cdt-cloud/theia-trace-extension/blob/a1d5a0cdb5ca00db86107e0f7847a76e20e70786/package.json#L131-L132
With https://github.com/theia-ide/theia-trace-extension/pull/74 we have a base: an Electron builder config was added, that can be used to produce end-user packages for the example application. ATM it supports Linux packaging (AppImage...
Note: I think this applies to the example app - the issue title seems to refer to the extension, not the app. The extension should also be packaged and published,...
> poll([{fd=12, events=POLLIN}, {fd=13, events=POLLIN}, {fd=46, events=POLLIN}, {fd=47, events=POLLIN}], 4, 11) = 1 ([{fd=13, revents=POLLIN}]) > recvmsg(46, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) Good observation, but I think...
> I'd propose to remove yangster from the CI build of theia-apps. > Ok with me. We'll also remove `theia-yang-extension` from the `theia-full:next` image, since we want to keep CI...
[](https://github.com/pipe-cd/actions-gh-release) The following 1 GitHub releases will be created once this pull request got merged. ## Release v0.2.2 with changes since v0.2.1 * Release v0.2.2 (Patch) [29f55ae](https://github.com/eclipse-cdt-cloud/theia-trace-extension/commit/29f55ae7579a5ce2551f2dfca79d8ffc18dbcf3b) * Refactor Item...
> The license check does not complete because the IP team has not yet reviewed the upgraded `vsce-sign-*` packages. See links above. The IP check for this is a bit...
@jfaltermeier Alternatively, and probably quicker, another option would be to use a slightly older version of `vsce`, that does not pull the `vsce-sign* packages: Update root `package.json` to depend on...
Interesting use case @GregSavin - you are using the Theia trace viewer, as part of a Theia-based app, but you are (probably among other things) triggering opening a trace from...