Closed
Description
To avoid the workspace timing out while the user is using the Jetbrains local IDE, we must send heartbeats to Gitpod when there's user activity locally.
Proposed solution
Install a plugin in the Jetbrains IDE backend that listens to activities such as "FileOpened" and sends heartbeats to the Gitpod server.