sample-plugins/sample-namespace/plugin-gotd/README.md
An example demonstrating three Theia concepts:
@theia/api-provider-sample extensionThus this plug-in demonstrates the capability of a VS Code-compatible plugin to provide two distinct backend entry-points for the two different backend contexts.
As declared in the package.json manifest:
headless.js via the Theia-specific the "theiaPlugin" objectbackend.js via the VS Code standard "main" propertyThe plugin is for reference and test purposes only and is not published on npm (private: true).
The sample uses the custom gotd API to log a greeting upon activation.
"Theia" is a trademark of the Eclipse Foundation https://www.eclipse.org/theia