Plugin for JetBrains Toolbox enables local desktop development experience with the IntelliJ IDEs connected to Red Hat OpenShift Dev Spaces.
To verify your changes:
- Run
./gradlew installPluginto build the plugin and install it directly to Toolbox. - Restart the Toolbox to apply the installed plugin.
To check the logs:
- Go to the
Aboutpage. - Click
Show log files. - Open
toolbox.latest.log.
Install the JetBrains Toolbox App from https://www.jetbrains.com/toolbox-app/
a. Clone this repository: git clone git@github.com:redhat-developer/devspaces-toolbox-plugin.git
b. Run the following command to build the plugin and install it to the Toolbox App: ./gradlew installPlugin
c. Restart the Toolbox App if it's running.
a. Start a workspace by selecting JetBrains IDE (over Toolbox) editor option on the Dashboard.
Alternatively, you can provide this custom editor definition on the Dashboard.
b. Once a workspace is up and running, follow the provided instructions to open the Toolbox App.
c. Once the Toolbox App is connected to a remote, click it and choose an IDE to install in the CDE.
d. Once a chosen IDE is installed, go to the previous page and click the project folder. Local ThinClient will connect to CDE.
- Find a draft release on the Releases page. The draft is created and updated automatically on each push to the
mainbranch. - Edit the draft:
- Click the
Generate release notesbutton and edit the release notes if needed - Click the
Publish releasebutton. The Release Workflow will attach the built plugin artifact to the published release and upload the plugin artifact to JetBrains Marketplace.
- Click the
- Bump the
versionin the gradle.properties file.