Socket
Socket
Sign inDemoInstall

@jpinkney/plugin

Package Overview
Dependencies
4
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @jpinkney/plugin

Eclipse Che specific Theia plugin API


Version published
Weekly downloads
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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.js externals section, by adding @eclipse-che/plugin with che.+your_plugin_id (it can be copied from @theia/plugin value with replacing theia. to che.).

Example:

 externals: {
   "@theia/plugin": "theia.theia_test_api",
   "@eclipse-che/plugin": "che.theia_test_api"
 }

FAQs

Last updated on 04 Mar 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc