generator-theia-extension icon indicating copy to clipboard operation
generator-theia-extension copied to clipboard

A Yeoman generator for extensions to the Theia IDE

Results 24 generator-theia-extension issues
Sort by recently updated
recently updated
newest added

**What it does** The pull-request upgrades our dependencies and `yarn.lock` file to resolve known vulnerabilities with dependencies. Signed-off-by: vince-fugnitto

security

The added example is called *Hello World (VS Code extension)* and produces a Theia application with a small example VS Code extension as part of the application. This shall demonstrate...

If I open multiple browser windows, the [`client`](https://github.com/eclipse-theia/generator-theia-extension/blob/55fead2e28be2740295286898014101f49bf82b7/templates/backend/hello-backend-with-client-service.ts#L16) gets overridden on the backend service implementation. The `backend` example either has to maintain an array of connected clients (and should remove...

fixed #131 Signed-off-by: Jonas Helming

@vince-fugnitto : Do you agree? I will check other templates, too then. https://github.com/eclipse-theia/generator-theia-extension/blob/29455453c7da0d0aaef73a4e5ae5f70879f86e72/templates/hello-world/frontend-module.ts#L10

Running `yo theia-extension` produces 2-4 minutes pause before something is started to be shown. Most likely some network/proxy issues in the company network, but other tools which access the network...

If the build on main fails, it is likely that the underlying Theia project has some API breakage. We should notify interested parties, either some committer or a mailing list...

At the moment, the tree editor extension's `Tree Editor -> New Example File` menu entry does not work when there is no workspace open in Theia. In this case, the...

The user can specify an arbitrary Theia version. However, we have no mechanism to ensure that any of the templates work on anything else then latest (which we check in...

as highlighted in the coding guidlines. Affects at least "hello world" and "backend", others to be checked... https://github.com/eclipse-theia/theia/wiki/Coding-Guidelines#property-injection

proposal