Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Eclipse Che v7.51 has been released

Hi all,

Last week Eclipse Che v7.51 was released:

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 reports 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 the Che samples page in the 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.devEnvironmentfieldssecondsOfInactivityBeforeIdlingandsecondsOfRunBeforeIdling` respectively. The default values are 30 minutes and -1 (no timeout) respectively.

Blog Posts

image.png



Back to the top