@eclipse-che/plugin
v0.0.1-1679728194
Published
Eclipse Che specific Theia plugin API
Keywords
Readme
Eclipse Che API for Eclipse Theia Plugin API
This repository contains Eclipse Che API available for Eclipse Theia Plugins.
To use this API add dependency @eclipse-che/plugin in your package.json or
use yarn add @eclipse-che/plugin.
If you write the Theia frontend plugin you need to modify your
webpack.config.jsexternals section, by adding@eclipse-che/pluginwithche.+your_plugin_id (it can be copied from@theia/pluginvalue with replacingtheia.toche.).Example:
externals: { "@theia/plugin": "theia.theia_test_api", "@eclipse-che/plugin": "che.theia_test_api" }
