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

they should look similar to gitpod config file in Theia repo

help wanted

We should implement it by composing code yeoman generator.

help wanted

Otherwise, running `yarn` will hit a deadlock on Windows due to the parallel execution. Update: copy the `lerna.js` from [here](https://github.com/theia-ide/theia/blob/1e3f8dbb0915cc8ee2f47ddffa1f7e597cb3f992/scripts/lerna.js) into the root of your extension (where you can find...

It should take into the account reflect-metadata modules. The generated README should contain info on how to run it.

help wanted

As announced in the dev meeting yesterday - and although I don't see any urgency to merge it ASAP - here's my additional work on the generator: * [converted generator...

The commit includes the following updates: - update `ci` to use node v18 - update the template and `package.json` to reflect the node version from the framework

![1700117172373](https://github.com/eclipse-theia/generator-theia-extension/assets/22286262/d5cc51a8-80f5-431d-8cae-3590cabf3e78)

I get the following error when starting Theia after generating a fresh template: node:internal/modules/cjs/loader:1093 throw err; ^ Error: Cannot find module '/home/(...)/browser-app/src-gen/backend/main.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1090:15) at Module._load (node:internal/modules/cjs/loader:934:27) at Function.executeUserEntryPoint...