@theia/plugin-ext
TypeScript icon, indicating that this package has built-in type declarations

1.48.3 • Public • Published

theia-ext-logo

ECLIPSE THEIA - PLUGIN-EXT EXTENSION


Description

The @theia/plugin-ext extension contributes functionality for the plugin API.

Implementation

The implementation is inspired from: https://blog.mattbierner.com/vscode-webview-web-learnings/.

Environment Variables

  • THEIA_WEBVIEW_ENDPOINT_PATTERN

    A string pattern possibly containing {{uuid}} and {{hostname}} which will be replaced. This is the host for which the webviews will be served on. It is a good practice to host the webview handlers on a sub-domain as it is more secure. Defaults to {{uuid}}.webview.{{hostname}}.

Security Warnings

  • Potentially Insecure Host Pattern

    When you change the host pattern via the THEIA_WEBVIEW_ENDPOINT_PATTERN environment variable warning will be emitted both from the frontend and from the backend. You can disable those warnings by setting warnOnPotentiallyInsecureHostPattern: false in the appropriate application configurations in your application's package.json.

Runtime System Plugin Resolvement

The backend application property resolveSystemPlugins is used to control the resolvement behavior for system plugins (builtins). The property is used to control whether or not extension-packs and extension-dependencies are resolved at runtime.

Additional Information

License

Trademark

"Theia" is a trademark of the Eclipse Foundation https://www.eclipse.org/theia

Readme

Keywords

Package Sidebar

Install

npm i @theia/plugin-ext

Weekly Downloads

2,662

Version

1.48.3

License

EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0

Unpacked Size

8.17 MB

Total Files

1594

Last publish

Collaborators

  • jhelming
  • jfaltermeier
  • msujew
  • eclipse-theia-bot
  • tsmaeder
  • marc.dumais
  • paul-marechal
  • bhufmann
  • vince-fugnitto
  • eclipsetheia