Handle idling in VS Code correctly instead of attempting to reconnect in x seconds #21610
Closed
Labels
area/editor/vscode
Issues related to the Code OSS editor of Che
kind/enhancement
A feature request - must adhere to the feature request template.
new¬eworthy
For new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notes
severity/P1
Has a major impact to usage or development of the system.
sprint/current
status/release-notes-review-needed
Issues that needs to be reviewed by the doc team for the Release Notes wording
Milestone
Is your enhancement related to a problem? Please describe
Today if a VS Code workspace is idled the users sees a connection error with a timer that tries to reconnect every x seconds.
It's only after refreshing the web page that the user gets redirected to the page that informs about what happened:
Describe the solution you'd like
VS Code should able to detect that the workspace has been idled and should prompt the user:
Note that the workspace can be stopped for multiple reason and we should show a different message each time: eclipse-che/che-dashboard#595
Additional Context
This is a follow up of #20599 and the important PRs provided by @dkwon17
Release Notes Text
Title VS Code notification to inform a developer that his workspace has been stopped and why
When a workspace is stopped (voluntary or not) the user is informed with an explanation of the cause (inactivity, run timeout, error, stopped). The user is also prompted to restart the workspace or to go back to the dashboard.
The text was updated successfully, but these errors were encountered: