mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
Jetbrains IDE Backend Plugin
Jetbrains IDE backend plugin to provide support for Gitpod.
When installed in the headless Jetbrains IDE running in a Gitpod workspace, this plugin monitors user activity of the client IntelliJ and sends heartbeats accordingly. Avoiding the workspace timing out.
Warning: Currently, given the challenge of mimicking user activity in a local Jetbrains IDE, there are no automated integration tests testing the functionality of this plugin. Please be particularly careful and manually test your changes.
Usage
- Produce the plugin by running
./gradlew buildPlugin. - Unzip
build/distributions/jetbrains-backend-plugin-1.0-SNAPSHOT.zipto theplugins/folder of the headless Jetbrains IDE. - Start the headless Jetbrains IDE.