Selene is my own customized IDE, based on project Eclipse Theia. One can see this project as an example to illustrate how to create their own Theia-based IDE and tweak it to their needs.
- In addition to the built-in extensions, Selene contains other extensions from open-vsx that I usually use. The full list is in the
package.json
for bothbrowser
andelectron
target. - See something you don't like? Delete it from the list of plugins in
package.json
and rebuild the app.
yarn
yarn build:electron
yarn start:electron
yarn package:electron
yarn package:preview:electron
yarn rebuild:electron
yarn build:browser
yarn start:browser
yarn rebuild:browser