Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.6 KB

File metadata and controls

24 lines (18 loc) · 1.6 KB

Red Hat OpenShift Dev Spaces (Eclipse Che) plugin for JetBrains Toolbox

Build

Plugin for JetBrains Toolbox enables local desktop development experience with the IntelliJ IDEs connected to Red Hat OpenShift Dev Spaces.

image

Developing

Edit-run loop:

  1. Run ./gradlew installPlugin to build the plugin and install it directly to Toolbox.
  2. Restart the Toolbox to apply the installed plugin.

To check the logs:

  1. Go to the About page.
  2. Click Show log files.
  3. Open toolbox.latest.log.

Release

  • Find a draft release on the Releases page. The draft is created and updated automatically on each push to the main branch.
  • Edit the draft:
    • Click the Generate release notes button and edit the release notes if needed
    • Click the Publish release button. The Release Workflow will attach the built plugin artifact to the published release and upload the plugin artifact to JetBrains Marketplace.
  • Bump the version in the gradle.properties file.