Eclipse Che 7.51.0
Major Enhancements
Add a VS Code extension that reports if the editor is actively used
The Che workspaces VS Code now includes an extension that tracks and report the IDE activity. That can be used by che-machine-exec to automatically stop a workspace for inactivity/run timeout.
Users can select the editor when starting an example for Che dashboard
When starting a workspace from Che samples page in user dashboard it's possible to select the editor that will be included in the development environment.
Allow admins to change workspaces inactivity and run timeout
Administrators can specify the timeout for inactivity and running workspaces with the CheCluster
spec.devEnvironmentfields
secondsOfInactivityBeforeIdlingand
secondsOfRunBeforeIdling` respectively. The default values are 30 minutes and -1 (no timeout) respectively.